What is c preprocessor mean?
No Answer is Posted For this Question
Be the First to Post Answer
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
what does keyword ‘extern’ mean in a function declaration?
What is nested structure in c?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What are the different types of endless loops?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is meant by preprocessor in c?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What will be your course of action for a push operation?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?