Is this program statement valid? INT = 10.50;


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

Post New Answer

More C Interview Questions

What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


Why flag is used in c?

0 Answers  


What is a far pointer in c?

0 Answers  


What is the difference between %d and %*d in C

3 Answers  






Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


What does c mean in basketball?

0 Answers  


Explain what will the preprocessor do for a program?

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


What is getch?

0 Answers  


What is the purpose of scanf() and printf() functions?

0 Answers  


Categories