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

What are structures and unions? State differencves between them.

0 Answers   iNautix,


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


What are actual arguments?

0 Answers  


Do you know the use of fflush() function?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,






what is the format specifier for printing a pointer value?

0 Answers  


read an array and search an element

1 Answers  


what is pointer

1 Answers   TCS,


What is null in c?

0 Answers  


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


What do you mean by dynamic memory allocation in c?

0 Answers  


Categories