What is the difference between constant pointer and constant variable?


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

Post New Answer

More C Interview Questions

disadvantages of realloc ?

1 Answers   HCL,


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


What are the disadvantages of c language?

0 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  






f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


What is the importance of c in your views?

0 Answers  


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


Categories