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
How do you define structure?
What is the meaning of typedef struct in c?
Explain what are the different file extensions involved when programming in c?
What is a #include preprocessor?
Explain how can I convert a string to a number?
What are # preprocessor operator in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is the c value paradox and how is it explained?
Who invented b language?
Tell me is null always defined as 0(zero)?
What does sizeof function do?
Explain how does flowchart help in writing a program?
What is wrong in this statement?
What are global variables and explain how do you declare them?
Why pointers are used?