Can I initialize unions?
No Answer is Posted For this Question
Be the First to Post Answer
What is zero based addressing?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
what are bitwise shift operators?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is clrscr ()?
Tell me what is null pointer in c?
Can you please explain the difference between exit() and _exit() function?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Describe the modifier in c?