print ur name without using any semicolon in c/c++....
Answer Posted / g.rajitha
#include<iostream.h>
void main()
{
if(cout<<RAJITHA){}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where define directive used?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is string function in c?
How can I send mail from within a c program?
How do you search data in a data file using random access method?
Explain why can’t constant values be used to define an array’s initial size?
Why header files are used?
Explain how do you declare an array that will hold more than 64kb of data?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain the difference between ++u and u++?
Is the exit() function same as the return statement? Explain.
What is omp_num_threads?
What is the hardest programming language?
What are global variables and explain how do you declare them?
What is the use of typedef in c?