Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
No Answer is Posted For this Question
Be the First to Post Answer
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
what is self refrential structure
Why is it usually a bad idea to use gets()? Suggest a workaround.
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is the full form of getch?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
write a program to display numbers from 1 to 10 and 10 to 1?
Table of Sudoku n*n
what is uses of .net
Why c is called top down?
In how much time you will write this c program? Prime nos from 1 to 1000
What is Full Form of C and Why We use C