What are 'near' and 'far' pointers?
No Answer is Posted For this Question
Be the First to Post Answer
what does ‘#include’ mean?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What is a static function in c?
What is a void * in c?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What is define directive?
why wipro wase
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are c identifiers?
What is Heap?
What is modeling?