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
Explain the advantages of using macro in c language?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain how do you view the path?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is && in c programming?
What is structure in c explain with example?
How can you determine the maximum value that a numeric variable can hold?
Write a program to print numbers from 1 to 100 without using loop in c?
Why isnt any of this standardized in c?
What is nested structure with example?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is union in c?
What are the main characteristics of c language describe the structure of ac program?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
When should you not use a type cast?