write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / manikandan
while(printf("welcome"))
{
}
| Is This Answer Correct ? | 13 Yes | 16 No |
Post New Answer View All Answers
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
How can I do graphics in c?
What is strcpy() function?
Give basis knowledge of web designing ...
Compare and contrast compilers from interpreters.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is bss in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
what does static variable mean?
Is it better to bitshift a value than to multiply by 2?
What is the 'named constructor idiom'?
What is the difference between char array and char pointer?
What are qualifiers?
How do I swap bytes?