What is the difference between char array and char pointer?


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

Post New Answer

More C Interview Questions

Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

2 Answers   Infosys,


Explain the difference between call by value and call by reference in c language?

0 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,






Is c object oriented?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


What are the disadvantages of c language?

0 Answers  


What is a sequential access file?

0 Answers  


how to make program without <> in libray.

0 Answers  


Explain can static variables be declared in a header file?

0 Answers  


Categories