What is property type c?


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

Post New Answer

More C Interview Questions

what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


What is equivalent to ++i+++j?

0 Answers  


What is null in c?

0 Answers  


What is string concatenation in c?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  






What is the advantage of a random access file?

0 Answers  


How the processor registers can be used in C ?

7 Answers   HP,


What is the difference between far and near in c?

0 Answers  


C language questions for civil engineering

0 Answers   Tech Mahindra,


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


What happens if header file is included twice?

0 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


Categories