What are different types of variables in c?


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

Post New Answer

More C Interview Questions

main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


write a program to remove occurrences the word from entered text?

1 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


Define C in your own Language.

0 Answers   Motorola,






What is null pointer constant?

0 Answers  


how to convert an char array to decimal array

4 Answers  


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

0 Answers  


pascal triangle program

2 Answers  


What are data types in c language?

0 Answers  


write a progam to compare the string using switch case?

1 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


Categories