print ur name without using any semicolon in c/c++....
Answer Posted / sanjeet
#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does printf does?
How do you determine the length of a string value that was stored in a variable?
Are pointers integer?
The difference between printf and fprintf is ?
In which language linux is written?
application attempts to perform an operation?
what is the function of pragma directive in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Are pointers integers in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is far pointer in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain about C function prototype?