char ch=10;printf("%d",ch);what is the output
Answer Posted / rogerthatrambo
although i know the answer:
what should be output of this:
do it without running.
int main()
{
char ch='48';
printf("%d %c",ch,ch);
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain spaghetti programming?
What is difference between scanf and gets?
Write a program which returns the first non repetitive character in the string?
How pointers are declared?
What is the explanation for cyclic nature of data types in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What are the advantages of c preprocessor?
please explain every phase in the "SDLC" in the dotnet.
What is indirection in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the right type to use for boolean values in c? Is there a standard type?
Why structure is used in c?
Explain what does the format %10.2 mean when included in a printf statement?
What are the modifiers available in c programming language?
Explain how can you check to see whether a symbol is defined?