Can we access the array using a pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
What are 'near' and 'far' pointers?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
How can you read a directory in a C program?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
convert 12345 to 54321 withoutusing strig
I need a sort of an approximate strcmp routine?
What is an lvalue?
Write a program to print factorial of given number using recursion?
What is structure in c language?
What is gets() function?
What is #line?