print ur name without using any semicolon in c/c++....
Answer Posted / shariq khan
#include<stdio.h>
#define A;
void main()
{
printf("shariq khan")A
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are variables c?
Is there anything like an ifdef for typedefs?
What is a stream water?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Explain what does the function toupper() do?
What is the purpose of sprintf() function?
Difference between constant pointer and pointer to a constant.
number of times a digit is present in a number
Multiply an Integer Number by 2 Without Using Multiplication Operator
How can I remove the leading spaces from a string?
What are the rules for the identifier?
Describe the difference between = and == symbols in c programming?
What do you mean by a local block?
Which built-in library function can be used to match a patter from the string?
Can you define which header file to include at compile time?