print ur name without using any semicolon in c/c++....
Answer Posted / vinay
#include<stdio.h>
main()
{ while(!printf("vinay"))
{
}}
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What is New modifiers?
In C, What is the #line used for?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain how can you determine the size of an allocated portion of memory?
Explain what is dynamic data structure?
Can you assign a different address to an array tag?
Why is python slower than c?
What are the standard predefined macros?
What are the benefits of organizational structure?
In c programming language, how many parameters can be passed to a function ?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
When c language was developed?
What is the explanation for cyclic nature of data types in c?
In c language can we compile a program without main() function?
What is a macro, and explain how do you use it?