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

What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


Explain what are the different data types in c?

0 Answers  






What is the meaning of 2d in c?

0 Answers  


What math functions are available for integers? For floating point?

0 Answers  


What are the types of data files?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

0 Answers   Wipro,


What is sizeof array in c?

0 Answers  


Categories