Explain what are its uses in c programming?


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

Post New Answer

More C Interview Questions

please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


What is pragma c?

0 Answers  


What is main function in c?

0 Answers  


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


What is pointer & why it is used?

0 Answers  






write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


what is the difference between declaration and definition of a variable or function ?

3 Answers  


what is the main use of c where it can use the c

2 Answers   Infosys,


what is difference between procedural language and functional language ?

4 Answers   Wipro,


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


What is c preprocessor mean?

0 Answers  


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


Categories