write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagarsp2010
dont no the answer just send an request to me on following
email address :
sagarsp2010@gmail.com
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
Can the “if” function be used in comparing strings?
What is the purpose of sprintf?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What are the string functions? List some string functions available in c.
Why we use void main in c?
what will be the output for the following main() { printf("hi" "hello"); }
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 “****”.
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is the g value paradox?
What is the heap?
How can I manipulate strings of multibyte characters?
What is %lu in c?
What is the collection of communication lines and routers called?
Did c have any year 2000 problems?
Are the expressions * ptr ++ and ++ * ptr same?