What is array of pointers to string?


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

Post New Answer

More C Interview Questions

What is a constant?

0 Answers  


simple program for virtual function?

1 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


How can I read a binary data file properly?

0 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

1 Answers  






which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


What is use of integral promotions in c?

0 Answers  


What is the Lvalue and Rvalue?

2 Answers  


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


What is a far pointer?What is the utility?

4 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


Categories