What is hungarian notation? Is it worthwhile?
No Answer is Posted For this Question
Be the First to Post Answer
c language interview questions & answer
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
what is the difference between char * const and const char *?
Explain indirection?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
How are variables declared in c?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Which node is more powerful and can handle local information processing or graphics processing?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
what is self refrential structure