What do you mean by c?
Answer / dhanshri chabukswar
c is a language used to write programs that tell the computer what to do - like calculations ,controlling devices or building operating systems.
c is a powerful,structured and portable programming language used to develop software and system applications ...
| Is This Answer Correct ? | 0 Yes | 0 No |
write a program to display reverse of a number using for loop?
Can you pass an entire structure to functions?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
What is the difference between variable declaration and variable definition in c?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Is c procedural or object oriented?
how to use showbits function?
String concatenation
List some of the dynamic data structures in C?
Write the control statements in C language
What is the purpose of the statement: strcat (S2, S1)?
Can we assign string to char pointer?