4)What would be the output?
main()
{
int num=425;
pf("%d",pf("%d",num));
}
a)Comp error
b)4425
c)4253
d)3435
e)none
Answer Posted / gouse mohiddin
4253
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by realloc()?
Explain the use of bit fieild.
What is a stream?
Define Array of pointers.
Explain how can I convert a string to a number?
hi send me sample aptitude papers of cts?
What is the advantage of an array over individual variables?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
When should you use a type cast?
When is a “switch” statement preferable over an “if” statement?
What is a global variable in c?
What is the best organizational structure?
what are bit fields? What is the use of bit fields in a structure declaration?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.