What are the basic data types associated with c?


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

Post New Answer

More C Interview Questions

The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


Is there a way to switch on strings?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


Explain main function in c?

0 Answers  






in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


What are structure types in C?

0 Answers  


How to set file pointer to beginning c?

0 Answers  


What is the difference between #include and #include 'file' ?

0 Answers  


What is pass by reference in functions?

0 Answers  


How do you redirect a standard stream?

0 Answers  


Can we declare a function inside a function in c?

0 Answers  


Categories