a way in which a pointer stores the address of a pointer which stores the value of the target value
a) reference
b) allocation
c) multiple indirection
d) none
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Table of Sudoku n*n
what is the use of a array in c
What is the Difference between Class and Struct?
How do you print an address?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Expand the following LKB BKL FFG
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What is the maximum length of an identifier?