Are pointers integer?


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

Post New Answer

More C Interview Questions

Did c have any year 2000 problems?

0 Answers  


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


What is a struct c#?

0 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


How can I sort a linked list?

0 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


What are loops in c?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


Is an array parameter is always "by reference" ?

1 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


Categories