printf("%d",(printf("Hello")); What it returns?
Answer Posted / 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 |
Post New Answer View All Answers
What is wrong in this statement? scanf(ā%dā,whatnumber);
Is c still relevant?
Can you define which header file to include at compile time?
What is the difference between text and binary modes?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
the question is that what you have been doing all these periods (one year gap)
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
How can you restore a redirected standard stream?
What is a far pointer in c?
What are the parts of c program?
How can you increase the size of a dynamically allocated array?
What are the preprocessor categories?
Explain what is the difference between text files and binary files?
What is wild pointer in c with example?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none