List some basic data types in c?


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

Post New Answer

More C Interview Questions

What is volatile, register definition in C

0 Answers   Cognizant,


Explain what are the different data types in c?

0 Answers  


Why does this code crash?

0 Answers  


Can you explain the four storage classes in C?

0 Answers   TCS,


Write the control statements in C language

0 Answers   Atos Origin,






question-how to run a c programme.

6 Answers  


why wipro wase

0 Answers   Wipro,


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


Write a program to print “hello world” without using semicolon?

0 Answers  


What is a #include preprocessor?

0 Answers  


Categories