What is chain pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I trap or ignore keyboard interrupts like control-c?
What is a program?
What does the error 'Null Pointer Assignment' mean and what causes this error?
what are the advantages of a macro over a function?
Write a C program in Fibonacci series.
In a switch statement, explain what will happen if a break statement is omitted?
What are the advantages and disadvantages of c language?
What is the use of pragma in embedded c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
What does %2f mean in c?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
why division operator not work in case of float constant?