What is the difference between near, far and huge pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What are lookup tables in c?
What are the parts of c program?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
Explain how do you search data in a data file using random access method?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What are the properties of union in c?
prog for 1st five prime numbers in 2^x - 1
Explain what is a stream?
Explain what are multibyte characters?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
how to swap 2 numbers within a single statement?
what is the role you expect in software industry?