Recents in Beach

Daily Challenges C

About Blog Best learn Engg. Subject like DAA,Operating System,C language, Python ,Daily Coding Challenges ..Programo Key Provides Tutorials And coding Challenges of C,Python, OS,DAA,Algorithms and other...for all Beginners...
It is Great way to improve Your skills when learning to Code and solving code challenges,Solving Different Type of Challenges and Puzzles....


Source Code :


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
// C
//Author : https://programokey.blogspot.com/

#include<stdio.h>
int main()
{
 int ar[9];
 printf("%d %d",ar[-1],ar[7]);
}

// what will be the output of this code ?


   Can you Crack the code

 Comment your Ans...

you will find a lot of challenging codes like this on our Blog,and you can also send them to your friends....

Post a Comment

1 Comments