What is the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
What is the difference between fread and fwrite function?
What is #include stdio h and #include conio h?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What are header files and explain what are its uses in c programming?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is a const pointer, and how does it differ from a pointer to a const?
how to impliment 2 or more stacks in a single dimensional array ?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
User define function contain thier own address or not.
What is main () in c language?