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
Write a program to print “hello world” without using semicolon?
Explain bit masking in c?
Explain what math functions are available for integers? For floating point?
What is keyword in c?
Explain what header files do I need in order to define the standard library functions I use?
What are the two types of functions in c?
What is string in c language?
How does struct work in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain heap and queue.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are register variables in c?
Explain argument and its types.
What is scope of variable in c?
What are dangling pointers in c?