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...

input may any number except 1,output will always 1..
conditions only one variable should be declare,don't use
operators,expressions,array,structure

Answer Posted / nila

#include<stdio.h>
#include<conio.h>
main()
{
int a;
printf("Enter the number:");
scanf("%d",&a);
printf("1");
getch();
}

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a example of a variable?

1063


while initialization of array why we use a[][2] why not a[2][]...?

2400


Is there a way to switch on strings?

1128


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1325


In a header file whether functions are declared or defined?

1173


What is the auto keyword good for?

1230


Explain how can I right-justify a string?

1097


What is #include called?

1101


What is data types?

1138


How to set file pointer to beginning c?

1248


‎How to define structures? · ‎

1147


What is the method to save data in stack data structure type?

1145


What is pass by reference in functions?

909


What are the 4 types of functions?

1108


What are the string functions? List some string functions available in c.

1041