Answer Posted / hemanthkumar
in c language the way of code writing is mandatory
u must write the program in a specific way
ex;
#include<stdio.h>
main()
{
//declarations
//functions
}
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain how can I pad a string to a known length?
I heard that you have to include stdio.h before calling printf. Why?
What is sizeof return in c?
What does the file stdio.h contain?
Why does notstrcat(string, "!");Work?
Why can't I perform arithmetic on a void* pointer?
What is spark map function?
What does d mean?
Explain the difference between call by value and call by reference in c language?
Tell me the use of bit field in c language?
Explain how can I read and write comma-delimited text?
How do you initialize pointer variables?
If I have a char * variable pointing to the name of a function ..
What is the difference between far and near in c?
What header files do I need in order to define the standard library functions I use?