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

Write a code on reverse string and its complexity.

602


Is printf a keyword?

755


Can we replace the struct function in tree syntax with a union?

774


What is preprocessor with example?

578


Tell me is null always defined as 0(zero)?

666






What the different types of arrays in c?

610


Which is better malloc or calloc?

645


provide an example of the Group by clause, when would you use this clause

1705


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

655


What is the difference between a string and an array?

703


formula to convert 2500mmh2o into m3/hr

492


What is bubble sort technique in c?

586


How is a pointer variable declared?

588


When a c file is executed there are many files that are automatically opened what are they files?

588


What is register variable in c language?

596