Answers

Question and Answer:

  Home  Arrays

⟩ What will be output if you will execute following c code? #include<stdio.h> #define var 3 void main(){ char *cricket[var+~0]={"clarke","kallis"}; char *ptr=cricket[1+~0]; printf("%c",*++ptr);

l

 213 views

More Questions for you: