char ch=10;printf("%d",ch);what is the output
Answer Posted / rani
output is
10
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
how to construct a simulator keeping the logical boolean gates in c
Explain what are the standard predefined macros?
Is c high or low level?
What is the difference between variable declaration and variable definition in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What are qualifiers and modifiers c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Explain which function in c can be used to append a string to another string?
What are the types of pointers?
What is I ++ in c programming?
How are variables declared in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)