What is floating point constants?


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

Post New Answer

More C Interview Questions

What is the difference between near, far and huge pointers?

0 Answers  


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


Why doesnt this code work?

0 Answers  


what is the difference between unix os and linux os

4 Answers  


What is difference between function overloading and operator overloading?

0 Answers  


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


What are lookup tables in c?

0 Answers  


What are reserved words with a programming language?

0 Answers  


Why main function is special give two reasons?

0 Answers  


Can main () be called recursively?

0 Answers  


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Categories