Search:

Type: Posts; User: Prashanth Sn

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,917

    Ya i referred the link and it was a bit...

    Ya i referred the link and it was a bit explanatory. But i still don't understand how the printf prints the output in this program. Can u please xplain it in detail??
  2. Replies
    10
    Views
    2,917

    How does this program work??

    Recently, i came across a c language code snippet. That is:



    #include<stdio.h>
    #include<conio.h>
    int main()
    {
    int a=3, b = 5;
    printf(&a["Ya!Hello! how is this? %s\n"],...
Results 1 to 2 of 2