What is a lvalue
No Answer is Posted For this Question
Be the First to Post Answer
Explain null pointer.
A stack can be implemented only using array?if not what is used?
What does sizeof int return?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Can we replace the struct function in tree syntax with a union?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
C program to find frequency of each character in a text file?
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,
what is the associativity of bitwise OR operator?
pgm to find middle element of linklist(in efficent manner)
Write a C program where input is: "My name is xyz". output is: "xyz is name My".