print ur name without using any semicolon in c/c++....
Answer Posted / vinay
#include<stdio.h>
main()
{ while(!printf("vinay"))
{
}}
Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
Write a program of prime number using recursion.
What is array in C
What is the difference between #include
What are Macros? What are its advantages and disadvantages?
Explain why can’t constant values be used to define an array’s initial size?
Explain continue keyword in c
C language questions for civil engineering
Explain the process of converting a Tree into a Binary Tree.
What is an operator?
Explain what are preprocessor directives?
Where does the name "C" come from, anyway?
What is the default value of local and global variables in c?
What is the purpose of main( ) in c language?
how can f be used for both float and double arguments in printf? Are not they different types?
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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures