How does pointer work in c?


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

Post New Answer

More C Interview Questions

what is object oriental programing?

1 Answers  


logic for x=y^n

1 Answers   Delphi,


What is the output of printf("%d", printf("Hello"));?

1 Answers  


what r the cpu registers r ther?

1 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,


What are types of preprocessor in c?

0 Answers  


How a string is stored in c?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


if p is a string contained in a string?

0 Answers  


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


Categories