print ur name without using any semicolon in c/c++....
Answer Posted / kumutha
#include<stdio.h>
void main()
{
if(printf("kumutha"))
}
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is 'bus error'?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the difference between text and binary modes?
What is 1d array in c?
What is a MAC Address?
Can we assign integer value to char in c?
show how link list can be used to repersent the following polynomial i) 5x+2
Write a progarm to find the length of string using switch case?
Is c is a low level language?
What does d mean?
write a progrmm in c language take user interface generate table using for loop?
What is variable in c example?
What is 2 d array in c?
Write a code to generate a series where the next element is the sum of last k terms.
What is optimization in c?