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 |
totally how much header files r in c language
Explain what is the most efficient way to store flag values?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
Explain the term printf() and scanf() used in c language?
What are the keywords in c?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
Explain the difference between #include "..." And #include <...> In c?
What are unions in c?
What are the types of i/o functions?
Explain the difference between null pointer and void pointer.
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?