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
What are the application of void data type in c?
How can you call a function, given its name as a string?
How can you determine the maximum value that a numeric variable can hold?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Explain how are portions of a program disabled in demo versions?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
what is c programming?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
What is meant by realloc()?
What is const and volatile in c?
simple program of graphics and their output display