who is the founder of c
Answer Posted / amit kumar
Dennis Richie
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where static variables are stored in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is use of bit field?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is console in c language?
What is spark map function?
how to count no of words,characters,lines in a paragraph.
Explain about the constants which help in debugging?
Explain can static variables be declared in a header file?
Is using exit() the same as using return?
What is the purpose of sprintf() function?
Is c easy to learn?
What is the benefit of using #define to declare a constant?
How do c compilers work?
write a program to create a sparse matrix using dynamic memory allocation.