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
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
how to construct a simulator keeping the logical boolean gates in c
What does the c preprocessor do?
What is double pointer?
How is a macro different from a function?
What are the 5 types of organizational structures?
Does c have function or method?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How to write c functions that modify head pointer of a linked list?
What is variable declaration and definition in c?
What is the difference between union and anonymous union?
Differentiate between a for loop and a while loop? What are it uses?
Explain what is the difference between a string and an array?
What is a double c?
How can a process change an environment variable in its caller?