without a terminator how can we print a message in a printf
() function.
Answer Posted / lucky
#include<stdio.h>
void main()
{
if(printf("hello")==0)
{}
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a structure in c language. how to initialise a structure in c?
Can you write the function prototype, definition and mention the other requirements.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Write a C program to count the number of email on text
Explain the term printf() and scanf() used in c language?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is scanf () in c?
How do you override a defined macro?
What are the different types of control structures?
How many bytes are occupied by near, far and huge pointers (dos)?
Write a program to swap two numbers without using the third variable?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Why is c faster?
What is void c?
What are the 5 elements of structure?