how many keywords do C compile?
Answer Posted / iyswarya
32
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Is calloc better than malloc?
What are terms in math?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is context in c?
Why malloc is faster than calloc?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is the use of structure padding in c?
What are types of functions?
What is a far pointer in c?
What is oops c?
Explain what is the difference between a string and an array?
how should functions be apportioned among source files?
Is c is a high level language?
Explain the use of fflush() function?