what is the different between data structure and data type?
Answer / shalini
data structure is the way of organising and storing the
data, where as data type is the one that defines the
required data for the program requirement.
ex: integer, char,float
| Is This Answer Correct ? | 11 Yes | 1 No |
difference between semaphores and mutex?
what is d pitfalls of registers variables
Why is sprintf unsafe?
What is the use of getch ()?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
What is s or c?
can we define a function in structure?
What does the message "warning: macro replacement within a string literal" mean?
Explain what are multibyte characters?
Can we initialize extern variable in c?
how does printf function work
What is the difference between fread and fwrite function?