How many types of arrays are there in c?


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

Post New Answer

More C Interview Questions

How to print "I Love My India" without using semi colon?

4 Answers  


write a program to print the one dimensional array.

1 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


How do you use a pointer to a function?

0 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


How can I call a function with an argument list built up at run time?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


Can include files be nested?

0 Answers  


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


How can I convert a number to a string?

0 Answers  


Categories