Sourabh Somani
What will be the output of the following C program?
  1. #include<stdio.h>
  2. #include<conio.h>
  3. int main(int argc,char* argv[])
  4. {
  5. int i=10;
  6. printf("%d",i++);
  7. }
By Sourabh Somani in C, C++, MFC on Jun 05 2019
  • Harshit Pandey
    Apr, 2024 4

    This is really good

    • 1