What is the value of h?


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

Post New Answer

More C Interview Questions

1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


What are data structures in c and how to use them?

0 Answers  


What is void main ()?

0 Answers  


What is a pointer in c plus plus?

0 Answers  






Why double pointer is used in c?

0 Answers  


How do shell structures work?

0 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


What is function prototype in c language?

0 Answers  


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


What is gets() function?

0 Answers  


Categories