how many keywords do C compile?
Answer Posted / iyswarya
32
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
I have a varargs function which accepts a float parameter?
What does the c in ctime mean?
Tell me what is null pointer in c?
Can you mix old-style and new-style function syntax?
What language is lisp written in?
Distinguish between actual and formal arguments.
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
what is the basis for selection of arrays or pointers as data structure in a program
Explain how do you view the path?
What are pointers in C? Give an example where to illustrate their significance.
Here is a neat trick for checking whether two strings are equal
Explain main function in c?
What does p mean in physics?
What are the two types of functions in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration