print ur name without using any semicolon in c/c++....
Answer Posted / kumutha
#include<stdio.h>
void main()
{
if(printf("kumutha"))
}
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Is c language still used?
Is null always defined as 0(zero)?
Where define directive used?
What is far pointer in c?
What is a program flowchart and explain how does it help in writing a program?
What is variable initialization and why is it important?
When should a type cast be used?
What does char * * argv mean in c?
What is a lookup table in c?
Write a program to swap two numbers without using a temporary variable?
Can a function argument have default value?
please give me some tips for the placement in the TCS.
What is a scope resolution operator in c?
Explain what does a function declared as pascal do differently?