How are pointers declared in c?


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

Post New Answer

More C Interview Questions

how can u print a message without using any library function in c

1 Answers   NIIT,


what is meant by c

9 Answers   INiTS,


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


What is the deal on sprintf_s return value?

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  






What is the use of clrscr?

0 Answers  


What does emoji p mean?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


How can a number be converted to a string?

1 Answers  


what is the format specifier for printing a pointer value?

0 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


Categories