print ur name without using any semicolon in c/c++....
Answer Posted / vidya
#include<stdio.h>
int main()
{
switch(printf("vidya"))
{
}
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the usage of pointer in c?
How can you convert integers to binary or hexadecimal?
Write a program to reverse a string.
Define macros.
What is a stream water?
How can I get random integers in a certain range?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How do I determine whether a character is numeric, alphabetic, and so on?
Why doesnt long int work?
What is your stream meaning?
What is the use of in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the purpose of clrscr () printf () and getch ()?
What is fflush() function?