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


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

Post New Answer

More C Interview Questions

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,


why we shiuld use main keyword in C

5 Answers  


What are the different types of control structures?

0 Answers  


What is nested structure in c?

0 Answers  


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,






how to swap two nubers by using a function with pointers?

1 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


code for quick sort?

0 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


What is meant by recursion?

0 Answers   ADP,


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


How can I swap two values without using a temporary?

0 Answers  


Categories