What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
What is strcpy() function?
What is the role of this pointer?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
Are negative numbers true in c?
Where register variables are stored in c?
why i join syntel?
23 Answers ABC, Syntel, TCS,
List some applications of c programming language?
Which header file is used for clrscr?
Why is c faster?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
How do you determine a file’s attributes?