Post New Answer View All Answers
Explain 'far' and 'near' pointers in c.
What is file in c preprocessor?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the difference between c &c++?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How can you check to see whether a symbol is defined?
What is the use of #define preprocessor in c?
What is a void pointer? When is a void pointer used?
How many types of operators are there in c?
Why c is a procedural language?
How can you tell whether a program was compiled using c versus c++?
write a program to copy the string using switch case?
What is difference between Structure and Unions?
What does char * * argv mean in c?