What is an arrays?


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

Post New Answer

More C Interview Questions

What are lookup tables in c?

0 Answers  


c program to compute AREA under integral

0 Answers   Infosys,


Is there any data type in c with variable size?

0 Answers  


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  






write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


pascal triangle program

2 Answers  


Can we assign string to char pointer?

0 Answers  


Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


What is the difference between static and global variables?

1 Answers  


explain what is a newline escape sequence?

0 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


Categories