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 main differences between C and Embedded C?

9 Answers  


Write a simple program to find the size of different basic data types in C.

3 Answers  


hi any body pls give me company name interview conduct "c" language only

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


What is scope rule in c?

0 Answers  






Differentiate between the expression “++a” and “a++”?

0 Answers  


Is there any book to know about Basics of C Language?

4 Answers  


Who invented bcpl language?

0 Answers  


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

2 Answers   Ignou,


Explain indirection?

0 Answers  


What are the types of assignment statements?

0 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


Categories