What is use of pointer?


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

Post New Answer

More C Interview Questions

What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


Why is c platform dependent?

0 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


diff. between *p and **p

3 Answers  


What is a shell structure examples?

0 Answers  






for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


When should a type cast be used?

0 Answers  


Explain what are compound statements?

0 Answers  


What is void main ()?

0 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


Categories