What is a nested formula?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


What is the difference between void main() and void main (void) give example programme?

0 Answers  






Explain what does it mean when a pointer is used in an if statement?

0 Answers  


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


What is difference between %d and %i in c?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


Why is c fast?

0 Answers  


What is the scope of static variables?

1 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


Categories