Answer Posted / guest
Dennis Ritchi Of Bell Laboratories
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Explain data types & how many data types supported by c?
What is an array? What the different types of arrays in c?
What is the purpose of scanf() and printf() functions?
Explain how can I avoid the abort, retry, fail messages?
How can I find the modification date of a file?
How can you find the exact size of a data type in c?
What are qualifiers in c?
What are the types of pointers in c?
In c programming language, how many parameters can be passed to a function ?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is meant by keywords in c?
What is the scope of local variable in c?
What is the difference between functions getch() and getche()?
Is array a primitive data type in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?