What is the hardest programming language?


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

Post New Answer

More C Interview Questions

can anyone please tell about the nested interrupts?

0 Answers  


Define function pointers?

1 Answers  


Write code for initializing one dimentional and two dimentional array in a C Program?

5 Answers   Deshaw, Edutech, GMD,


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


What is #ifdef ? What is its application?

0 Answers   TCS,






Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Is array name a pointer?

0 Answers  


Why is main function so important?

0 Answers  


What is typedef?

1 Answers  


What's the right way to use errno?

0 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


Is reference used in C?

1 Answers  


Categories