What is a const pointer in c?


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

Post New Answer

More C Interview Questions

What is the function of multilevel pointer in c?

0 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


Why enum is used in c?

0 Answers  


What is an object?

5 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  






Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


What are file streams?

0 Answers  


Explain what are linked list?

0 Answers  


What is use of pointer?

0 Answers  


What should not contain a header file?

2 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


Categories