print ur name without using any semicolon in c/c++....
Answer Posted / baba kancha
#include<stdio.h>
int main( )
{ if(printf("baba")
{
}
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is meant by type casting?
Why do we need volatile in c?
Why does not c have an exponentiation operator?
What is union and structure?
Explain is it valid to address one element beyond the end of an array?
what is the height of tree if leaf node is at level 3. please explain
which is an algorithm for sorting in a growing Lexicographic order
Did c have any year 2000 problems?
What is dynamic dispatch in c++?
Can the curly brackets { } be used to enclose a single line of code?
What is integer constants?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the concatenation operator?
Explain can the sizeof operator be used to tell the size of an array passed to a function?