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
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is hashing in c?
When should a type cast not be used?
Explain what is the difference between a string and an array?
How can I sort more data than will fit in memory?
How can I sort a linked list?
What are the advantages of external class?
What is static and volatile in c?
What is clrscr ()?
What is void pointers in c?
What is break in c?
Write a program to print fibonacci series using recursion?
What are lookup tables in c?
What are identifiers c?
When should I declare a function?