write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagar
try your self to run the above program then it wouldn't
display but then press (alt+F5) then u would get the
correct display
and....
its not possible with while loop ....
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
How do I use void main?
What is a function in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is the argument of a function in c?
Is it better to use malloc() or calloc()?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What does static variable mean in c?
Tell me with an example the self-referential structure?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Write a program to find factorial of a number using recursive function.
How can I make sure that my program is the only one accessing a file?
What is wrong with this declaration?
Why is c known as a mother language?
Write a progarm to find the length of string using switch case?
What is output redirection?