What is the difference between a string and an array?


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

Post New Answer

More C Interview Questions

Write a program to generate random numbers in c?

0 Answers  


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


What is structure pointer in c?

0 Answers  


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


What is structure in c explain with example?

0 Answers  


Explain the properties of union.

0 Answers  


What are the uses of pre-processor directives?

2 Answers  


Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


Can an array be an Ivalue?

0 Answers   EXL,


Can you mix old-style and new-style function syntax?

0 Answers  


Table of Sudoku n*n

0 Answers  


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


Categories