C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
Subscribe to:
Post Comments (Atom)
11 comments:
It's good but how can download the pdf file
download the pdf click on top right corner of pdf(Open in new window) then go to the File -> Download Original
Can u upload "C in Depth" by Srivastava..
your genuis, can you give some vb.net sample programs or codes?
i have this book "c in depth" .. nice book.
its good u can understand easily
pls upload the full book in pdf format
Please Upload the full book in pdf format
hi...
can u send C IN DEPTH softcopy to my mail..id:bnprasad020@gmail.com
thanks in advance.
Hey there!! There is no such option of File-Original Documents. Please Upload this file on other platform or mail to me at skdt00@gmail.com.
someone help me with my doubt.
#include
int main()
{
int d,m,y,k,l;
float n;
printf("d-m-y");
scanf("%d-%d-%d", &d,&m,&y);
printf("w:h");
scanf("%d:%d", &k,&l);
printf("$*****");
scanf("$%f",&n);
printf("%d",d);
printf("\n%d",m);
printf("\n%d",y);
printf("\n");
printf("%d\n",k);
printf("%d\n",l);
printf("%f",n);
}
i found some issues with printf("$*****");
and its scan. why it is not working.
d-m-y7-8-9
w:h4:6
$*****7
8
9
4
6
0.000000
--------------------------------
Process exited after 8.59 seconds with return value 8
Press any key to continue . . .
this was my result. i didnt get to enter $88888 some value.
REALLY APPRECIATE THE HELP DUDE
Post a Comment