1. main()
{
printf("%d",printf("HelloSoft"));
} Output?
Answer Posted / unknown
as %d is used for int and "hellosoft" is char , error will
prevail.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
With the help of using classes, write a program to add two numbers.
Explain how can a program be made to print the line number where an error occurs?
Explain low-order bytes.
Why & is used in scanf in c?
How reliable are floating-point comparisons?
Difference between strcpy() and memcpy() function?
What is meant by type specifiers?
What is the difference between if else and switchstatement
List some applications of c programming language?
What does 1f stand for?
What is preprocessor with example?
Can true be a variable name in c?
Is return a keyword in c?
Tell me what is the purpose of 'register' keyword in c language?
can we have joblib in a proc ?