main()
{
int i;
printf("%d",scanf"%d",&i))//if the input is 12 24 34 then
wat will be the output
}
Answer Posted / hema
#1
how it is?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c variable?
How do you use a pointer to a function?
Is there a built-in function in C that can be used for sorting data?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
By using C language input a date into it and if it is right?
How can I access an I o board directly?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Why main is used in c?
Is it fine to write void main () or main () in c?
What is LINKED LIST? How can you access the last element in a linked list?
What is string function c?
Explain the red-black trees?
What is a keyword?
Why is not a pointer null after calling free?
What are # preprocessor operator in c?