printf("%d",(printf("Hello")); What it returns?
Answer Posted / kuldeep vishwakarma
printf("%d",(printf("Hello")));
ans: Hello5
printf("%d",(printf("Hello")));
ans: Hello5
printf("%d",(printf("Hello"));
ans: function call missing )
(because end parenthesis is not close)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is wild pointer in c with example?
What functions are used in dynamic memory allocation in c?
How old is c programming language?
How can I read in an object file and jump to locations in it?
How does struct work in c?
What is the difference between malloc() and calloc()?
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.
Write a program to identify if a given binary tree is balanced or not.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the use of function in c?
what are the facialities provided by you after the selection of the student.
What is sizeof int in c?
Write a Program to find whether the given number or string is palindrome.