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
c program to compute AREA under integral
What is data types?
What is difference between && and & in c?
In which language linux is written?
Why c language is called c?
Why is not a pointer null after calling free?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is the use of volatile?
Why is sizeof () an operator and not a function?
Is main a keyword in c?
Explain what is the difference between a free-standing and a hosted environment?
Is main is user defined function?
What is a method in c?
What is sizeof int?
What are the types of arrays in c?