Answer Posted / rashmi
# include <stdio.h>
main()
{
printf("%d");
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a string and an array?
How can I access an I o board directly?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Explain low-order bytes.
Can a program have two main functions?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
When should structures be passed by values or by references?
why do some people write if(0 == x) instead of if(x == 0)?
Where define directive used?
What is operator promotion?
What is meant by keywords in c?
How can you increase the size of a dynamically allocated array?
What is the general form of function in c?
List out few of the applications that make use of Multilinked Structures?