What are preprocessor directives?
What are structural members?
Explain what is meant by high-order and low-order bytes?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Write a program to show the change in position of a cursor using c
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Explain the binary height balanced tree?
Is double link list a linear data structure? If Yes, Why?If No, Why?
what is the defrenece between structure and union
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
plz answer.. a program that takes a string e.g. "345" and returns integer 345
How do you generate random numbers in C?