Do string constants represent numerical values?


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

Post New Answer

More C Interview Questions

What is the exact difference between '\0' and ""

3 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


what is the difference between exit() and _exit() functions?

2 Answers  






If you know then define #pragma?

0 Answers  


What is function in c with example?

0 Answers  


What is difference between union and structure in c?

0 Answers  


What is malloc calloc and realloc in c?

0 Answers  


What are the 5 data types?

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


Categories