print ur name without using any semicolon in c/c++....
Answer Posted / amit mishra
#include<stdio.h>
void main()
{
if (clrscr())
if(printf("\n Asheesh sharma"))
{
}
if(printf("\n Asha sharma"))
{
}
if(printf("\n Amit mishra"))
{
}
if(printf("\n Ankit mishra"))
{
}
if(getch())
{
}
}
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
In C programming, what command or code can be used to determine if a number of odd or even?
Explain what is the benefit of using #define to declare a constant?
Why is c faster?
I have seen function declarations that look like this
What are pointers? What are different types of pointers?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Why is it important to memset a variable, immediately after allocating memory to it ?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is cohesion in c?
What is a file descriptor in c?
What is getch() function?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are the features of c language?
Is c language still used?