Explain what are the different data types in c?


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

Post New Answer

More C Interview Questions

ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


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  






What is the difference between typedef struct and struct?

0 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


Explain enumerated types in c language?

0 Answers  


Why main is used in c?

0 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


Categories