Apart from dennis ritchie who the other person who contributed in design of c language.
No Answer is Posted For this Question
Be the First to Post Answer
Does sprintf put null character?
Reverse a string word by word??
What is the use of typedef in structure in c?
Is it possible to initialize a variable at the time it was declared?
What is a buffer in c?
Which one would you prefer - a macro or a function?
Which is better pointer or array?
Read two numbers from keyboard and find maximum of them?
Name the language in which the compiler of "c" in written?
How can I read and write comma-delimited text?
how can u print a message without using any library function in c
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?