What is derived datatype in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain the difference between null pointer and void pointer.

0 Answers   TCS,


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


what is c

4 Answers  


What is "Hungarian Notation"?

0 Answers   Celstream,


What is the difference between struct and typedef struct in c?

0 Answers  






Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


What are derived data types in c?

0 Answers  


Why doesnt that code work?

0 Answers  


is it possible to create your own header files?

0 Answers  


Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors

3 Answers  


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


Categories