What is structure data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
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
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
What is the purpose of main() function?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
Explain how can you restore a redirected standard stream?
What is #include stdio h and #include conio h?
Can a binary search tree be used as an index? If yes, how? Explain
What is scope of variable in c?
Write a C function to search a number in the given list of numbers. donot use printf and scanf