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

c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


What are the preprocessor categories?

0 Answers  


What is c mainly used for?

0 Answers  


Who invented bcpl language?

0 Answers  






what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


Can you tell me how to check whether a linked list is circular?

1 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  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


write a function for strtok()??

2 Answers   Verifone,


Categories