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
Can static variables be declared in a header file?
What is the description for syntax errors?
Write a program to swap two numbers without using third variable in c?
Why is c faster?
What are header files why are they important?
What is anagram in c?
main() { printf("hello"); fork(); }
What is the argument of a function in c?
What is "Hungarian Notation"?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What are the types of c language?
What is the purpose of sprintf() function?
What are predefined functions in c?
Explain c preprocessor?
What are integer variable, floating-point variable and character variable?