write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagar
main()
{
if(printf("Welcome"))
{
}
}
| Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
develop algorithms to add polynomials (i) in one variable
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Write the test cases for checking a variable having value in range -10.0 to +10.0?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What do you mean by a sequential access file?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is a wrapper function in c?
write a proram to reverse the string using switch case?
What is meant by initialization and how we initialize a variable?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is equivalent to ++i+++j?
What is meant by preprocessor in c?
Explain the binary height balanced tree?
Why is void main used?
How can I make it pause before closing the program output window?