what is the structure pointer?


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

Post New Answer

More C Interview Questions

#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

0 Answers  


What is the use of define in c?

0 Answers  


What is the difference between local variable and global variable in c?

0 Answers  


Write a program that his output * *** *****

1 Answers  






Do you have any idea about the use of "auto" keyword?

0 Answers  


What do you understand by normalization of pointers?

0 Answers  


What is a function simple definition?

0 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


Is there a built-in function in C that can be used for sorting data?

0 Answers  


What is a macro, and explain how do you use it?

0 Answers  


Categories