Do string constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
What is the exact difference between '\0' and ""
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
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
How would you print out the data in a binary tree, level by level, starting at the top?
what is the difference between exit() and _exit() functions?
If you know then define #pragma?
What is function in c with example?
What is difference between union and structure in c?
What is malloc calloc and realloc in c?
What are the 5 data types?
Explain what happens if you free a pointer twice?
program for comparing 2 strings without strcmp()