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 / santhosh r

#include<stdio.h>
main()

{int a;
printf("%d",scanf("%d",&a));
}

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between the expression “++a” and “a++”?

709


What is difference between union All statement and Union?

632


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1206


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2457


Explain what is the advantage of a random access file?

670






Why should I prototype a function?

644


What is meant by keywords in c?

620


Why do we use & in c?

595


Array is an lvalue or not?

642


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1664


In C language, a variable name cannot contain?

747


Can a pointer be static?

629


What is difference between structure and union?

606


What is c basic?

603


Describe static function with its usage?

616