c program to print a name without using semicolon
Answer Posted / amegha
main()
{
if(printf("AMEGHA")
{
}
}
| Is This Answer Correct ? | 36 Yes | 17 No |
Post New Answer View All Answers
Explain is it better to bitshift a value than to multiply by 2?
What is the difference between struct and typedef struct in c?
What is a nested formula?
What is realloc in c?
how to find anagram without using string functions using only loops in c programming
What is a loop?
What language is windows 1.0 written?
Define Array of pointers.
Where static variables are stored in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the difference between variable declaration and variable definition in c?
How to delete a node from linked list w/o using collectons?
What is difference between Structure and Unions?
What are the types of data types and explain?
Explain what are compound statements?