What is an array in c?


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

Post New Answer

More C Interview Questions

What is a scope resolution operator in c?

0 Answers  


what is const volatile?

2 Answers  


Is there a way to switch on strings?

0 Answers  


Which header file is essential for using strcmp function?

0 Answers  


how to find that no is int or float?

5 Answers  






Explain how can I write functions that take a variable number of arguments?

0 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


What are the features of the c language?

0 Answers  


Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


Categories