+ 2
What is the basic of c and syntax meaning
What about c
19 Antworten
+ 4
Syntax is the grammar of a programming language.
+ 1
You mean what is syntax ? Need some clarification about question..
+ 1
Complete your course. You will know then all. If you get a doubt, then specify that doubt here and ask.
Why because, If you need answer here itself, then answer is just a copy paste of course only.. Or something like that only.. So to write a program, you need to know basics...
+ 1
Ok tq brothers
+ 1
After seeing your posts, i thought this may be useful to you.. it may Give some information, about what ur looking.. Hoping helps to you..
https://www.guru99.com/c-programming-language.html
+ 1
first of all you need to understand deeply the basic concepts of algorithms .then it will be easy for you to compile what you write in a paper or algobox from algorithm to c language by using a compiler
+ 1
First of all you will complete the basics of c programming language. Then you will easily understand the syntax and programs of c programming language
+ 1
main() is a method from from where the program gets start executed by the compiler.
"int" is datatype which accept only integer values(whole numbers).
"return" statement will return to the point from where the current function, gets a call.
Confusing...
Are you checked the link i provided in last post.. That's gives you some basic info of c, (as you specified in one your comment, so i thought that's give some answer to your question.)
And these all details (int, main, return, ..) will be provided in the course. If you start course, you know one by one all... If you not understand by that, then ask for that specific, so one can explain with some examples...
+ 1
Basic syntax of C language
#include<stdio.h>
int main()
{
#CODE
}
0
How to start to write program
0
I am a biology student so, I don't have any idea about this, what is c and how to write program, what is main, int,, return and also, what meanings of about this ,I don't no so pls give any tips to me
for my understanding
0
As i told you yesterday, start by learning algorithms at first .
0
Beside learning the basics of C on SL you should also go to "try it yourself" column.
0
#include<stdio.h>
int main()
{
#your codes
}
0
You will understand the basic as you complete your course
Syntax is grammer of a particular programme