Did c have any year 2000 problems?
No Answer is Posted For this Question
Be the First to Post Answer
What is the sizeof () a pointer?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Write a program to find whether the given number is prime or not?
What is #line used for?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Does c have enums?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
Why main is used in c?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
How can I access an I o board directly?
What is this infamous null pointer, anyway?