Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1. What will be the output of the following programs.
a) #include <stdio.h>
Main()
{
Int x=4;
While(x==1)
{
X=x-1;
Printf(ā€œ%dā€,x);
--x;
}
}

Answer Posted / palani222samy

empty

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer to pointer in c?

1152


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1548


Write a C program in Fibonacci series.

1137


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1219


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

1137


What is cohesion and coupling in c?

1098


How pointers are declared?

1011


Explain that why C is procedural?

1194


What is volatile, register definition in C

1153


What are the back slash character constants or escape sequence charactersavailable in c?

1233


Why do we use pointer to pointer in c?

1140


What is f'n in math?

1142


What is function what are the types of function?

1059


What is a pointer value and address in c?

1183


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2289