What is the basic of c and syntax meaning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the basic of c and syntax meaning

What about c

10th Nov 2019, 2:53 PM
Bhuvaneswari
15 Answers
+ 4
Syntax is the grammar of a programming language.
12th Nov 2019, 10:13 AM
Sonic
Sonic - avatar
+ 1
You mean what is syntax ? Need some clarification about question..
10th Nov 2019, 3:03 PM
Jayakrishna 🇮🇳
+ 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...
10th Nov 2019, 3:27 PM
Jayakrishna 🇮🇳
+ 1
Ok tq brothers
10th Nov 2019, 3:49 PM
Bhuvaneswari
+ 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
10th Nov 2019, 5:47 PM
Jayakrishna 🇮🇳
+ 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
10th Nov 2019, 9:07 PM
Erraoui Faysal
Erraoui Faysal - avatar
+ 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
11th Nov 2019, 4:47 AM
Peetam Singh Dhangar
Peetam Singh Dhangar - avatar
+ 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...
11th Nov 2019, 2:05 PM
Jayakrishna 🇮🇳
+ 1
Basic syntax of C language #include<stdio.h> int main() { #CODE }
12th Nov 2019, 7:49 AM
Ravi Kumar
Ravi Kumar - avatar
0
How to start to write program
10th Nov 2019, 3:17 PM
Bhuvaneswari
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
11th Nov 2019, 1:51 PM
Bhuvaneswari
0
As i told you yesterday, start by learning algorithms at first .
11th Nov 2019, 2:19 PM
Erraoui Faysal
Erraoui Faysal - avatar
0
Beside learning the basics of C on SL you should also go to "try it yourself" column.
12th Nov 2019, 12:10 PM
Surbhi Gupta
Surbhi Gupta - avatar
0
#include<stdio.h> int main() { #your codes }
12th Nov 2019, 2:41 PM
Differentical
Differentical - avatar
0
You will understand the basic as you complete your course Syntax is grammer of a particular programme
21st Mar 2020, 7:12 AM
medhansh
medhansh - avatar