What is the difference between array and pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer variable in c language?
Define Array of pointers.
When do we get logical errors?
What are actual arguments?
Write a progarm to find the length of string using switch case?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
Is there sort function in c?
Why c is a mother language?
What are different types of pointers?
#define d 10+10 main() { printf("%d",d*d); }
What is structure of c program?
List the difference between a 'copy constructor' and a 'assignment operator' in C?