Why does the call char scanf work?
No Answer is Posted For this Question
Be the First to Post Answer
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
writ a program to compare using strcmp VIVA and viva with its output.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
can u give me the good and very optimised code for a car racing game?
What is the purpose of clrscr () printf () and getch ()?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
main() { float a=3.2e40; printf("%d",a); }
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
write a program for fibonaci series by using while loop in c?
Can we assign string to char pointer?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......