What are the commands should be given before weiting C
Program i.e, Cd.. like
Answers were Sorted based on User's Feedback
What is the use of #include in c?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Write a program to reverse a linked list in c.
When would you use a pointer to a function?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Do character constants represent numerical values?
What are the different types of storage classes in C?
Is c functional or procedural?
What are register variables? What are the advantage of using register variables?
In which header file is the null macro defined?
What are the modifiers available in c programming language?