c program to print a name without using semicolon
Answer Posted / subash
main()
{
if(printf("SATYA"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is structure in c language?
What is the difference between formatted&unformatted i/o functions?
Explain the difference between malloc() and calloc() in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What are structures and unions? State differencves between them.
Why c is a procedural language?
What is wild pointer in c with example?
When should I declare a function?
Is the exit() function same as the return statement? Explain.
Which is the memory area not included in C program? give the reason
write a progrmm in c language take user interface generate table using for loop?
How can you tell whether a program was compiled using c versus c++?
Write a program which returns the first non repetitive character in the string?
What are the complete rules for header file searching?
What are the restrictions of a modulus operator?