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
Which type of language is c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Differentiate between full, complete & perfect binary trees.
What is the difference between array and structure in c?
What 'lex' does?
Whats s or c mean?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Explain is it better to bitshift a value than to multiply by 2?
Do pointers store the address of value or the actual value of a variable?
What is pointers in c with example?
Explain modulus operator.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain what are the different data types in c?
How do I convert a string to all upper or lower case?