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


Please Help Members By Posting Answers For Below Questions

differentiate built-in functions and user – defined functions.

628


When should a far pointer be used?

604


will u please send me the placement papers to my mail???????????????????

1367


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3144


Differentiate between the = symbol and == symbol?

716






What is the use of a conditional inclusion statement in C?

602


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

672


Where in memory are my variables stored?

637


what are # pragma staments?

1630


Why can't I perform arithmetic on a void* pointer?

639


Explain how can you tell whether a program was compiled using c versus c++?

578


Function calling procedures? and their differences? Why should one go for Call by Reference?

635


What is wrong with this initialization?

593


What is the use of f in c?

559


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2242