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

Explain how can a program be made to print the name of a source file where an error occurs?

1197


What is logical error?

1118


What is calloc()?

1069


Why do we use header files in c?

1068


How can I manipulate individual bits?

1038


Write the control statements in C language

1199


Is there a way to compare two structure variables?

1111


How to write c functions that modify head pointer of a linked list?

983


What is scanf () in c?

1124


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1112


What is array within structure?

1115


How to implement a packet in C

2883


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2173


What does %c mean in c?

1082


What is the significance of scope resolution operator?

1410