c program to print a name without using semicolon
Answer Posted / jeke kumar gochhayat
#include<stdio.h>
void main()
{
if(printf("jeke kumar gochhayat"))
}
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Add Two Numbers Without Using the Addition Operator
Explain how do you print only part of a string?
How can you be sure that a program follows the ANSI C standard?
What is unsigned int in c?
What is c basic?
What is infinite loop?
Write the syntax and purpose of a switch statement in C.
Explain the term printf() and scanf() used in c language?
what is the diffrenet bettwen HTTP and internet protocol
What is the difference between a string and an array?
Explain enumerated types.
What is calloc in c?
What is the difference between single charater constant and string constant?
cavium networks written test pattern ..
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above