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
What library is sizeof in c?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
How do you search data in a data file using random access method?
What is difference between structure and union with example?
How do we open a binary file in Read/Write mode in C?
How pointer is different from array?
How can you increase the size of a statically allocated array?
What is structure data type in c?
What is storage class?
Dont ansi function prototypes render lint obsolete?
What is difference between union All statement and Union?
What is the use of bit field?
How can I pad a string to a known length?
Why is python slower than c?
How old is c programming language?