What are the 5 data types?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the purpose of 'register' keyword?
What are the restrictions of a modulus operator?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
Tell us two differences between new () and malloc ()?
what is a function pointer and how all to declare ,define and implement it ???
How can I find out how much free space is available on disk?
What is a keyword?
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
Place the #include statement must be written in the program?
What are the languages are portable and platform independent?Why they are like that?
Explain the properties of union.
Explain the use of 'auto' keyword in c programming?