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
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
In c language can we compile a program without main() function?
Where does the name "C" come from, anyway?
What is the purpose of & in scanf?
How reliable are floating-point comparisons?
Suggesting that there can be 62 seconds in a minute?
Differentiate call by value and call by reference?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is a good data structure to use for storing lines of text?
Are there namespaces in c?
What is enumerated data type in c?
What is main return c?
How is a macro different from a function?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What are the advantages of union?