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 is the structure pointer?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the advantages of using Unions?
Write a program to check armstrong number in c?
What does 3 mean in texting?
Why do we write return 0 in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is c token?
What are the benefits of organizational structure?
What is the difference between array and pointer?
What is the purpose of scanf() and printf() functions?
What is wrong with this initialization?
What are called c variables?
What is the best way to store flag values in a program?