1. main()
{
printf("%d",printf("HelloSoft"));
} Output?
Answer Posted / micheal b
Hello soft
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
What is the size of structure in c?
What standard functions are available to manipulate strings?
what value is returned to operating system after program execution?
why do some people write if(0 == x) instead of if(x == 0)?
What is an endless loop?
How do you generate random numbers in C?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the difference between malloc() and calloc()?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Differentiate between #include<...> and #include '...'
Why is extern used in c?
What are the 4 data types?
How variables are declared in c?
How to explain the final year project as a fresher please answer with sample project