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

What is the scope of static variables?

1 Answers  


Give the rules for variable declaration?

0 Answers  


What is the auto keyword good for?

0 Answers  


What are the different data types in C?

0 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  






what is the use of operator ^ in C ? and how it works?

2 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


What is sizeof array in c?

0 Answers  


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Categories