What the different types of arrays in c?


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

Post New Answer

More C Interview Questions

why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


Explain how do you convert strings to numbers in c?

0 Answers  


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,






write a c program for swapping two strings using pointer

0 Answers  


What are called c variables?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

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,


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


Explain what is the most efficient way to store flag values?

0 Answers  


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


Categories