printf("%d",(printf("Hello")); What it returns?
Answers were Sorted based on User's Feedback
Answer / praneeth
It doesn't because in printf access specifier is Integer
but to display Hello we should use %s.
| Is This Answer Correct ? | 1 Yes | 22 No |
What is the modulus operator?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
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.
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
c program to subtract between two numbers without using '-' sign and subtract function.
What is the size of enum in c?
Why do we write return 0 in c?
what is computer engg
Write a C program to print 1 2 3 ... 100 without using loops?
Explain how can I manipulate strings of multibyte characters?
Who is the main contributor in designing the c language after dennis ritchie?
How to get string length of given string in c?