print ur name without using any semicolon in c/c++....
Answer Posted / sri lakshmi
#include<stdio.h>
void main()
{
if(printf("lakshmi"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What does the c preprocessor do?
write a proram to reverse the string using switch case?
Why clrscr is used after variable declaration?
What is the c language function prototype?
What are the 5 types of inheritance in c ++?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What extern c means?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Is array a primitive data type in c?
Explain what is the difference between the expression '++a' and 'a++'?
What is strcmp in c?
program to convert a integer to string in c language'
How can I read data from data files with particular formats?