What is huge pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How a string is stored in c?

0 Answers  


what is the use of ‘auto’ keyword?

1 Answers  


What are types of structure?

0 Answers  


What are 'near' and 'far' pointers?

0 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,






how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 Answers  


What are the 4 data types?

0 Answers  


What is %d used for?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


What is f'n in math?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


Categories