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
Why is this loop always executing once?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
largest Of three Number using without if condition?
write a program to find the largest and second largest integer from an array
which of 'arrays' or 'pointers' are faster?
What is undefined behavior?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
please give me some tips for the selection in TCS.
Hi, main() { } Is a user defined function or Built in Functionn
What is page thrashing?