hi send me sample aptitude papers of cts?
No Answer is Posted For this Question
Be the First to Post Answer
Does * p ++ increment p or what it points to?
what is structuer?
Why do we need arrays in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is the difference between CV and Resume ?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
why do some people write if(0 == x) instead of if(x == 0)?
Do you know null pointer?
Why doesn't the code "a[i] = i++;" work?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is difference between array and structure in c?
What is the basic structure of c?