What are integer variable, floating-point variable and character variable?


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

Post New Answer

More C Interview Questions

how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


What is the value of c?

0 Answers  


How can I find the modification date of a file?

0 Answers   Celstream,


How does the assert() function work?

2 Answers  


what is the similarities between. system call and library function?

1 Answers   Wipro,


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }

2 Answers  


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


What are the storage classes in C?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


Categories