What are derived data types in c?


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

Post New Answer

More C Interview Questions

how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


Why c is called a mid level programming language?

0 Answers  


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

0 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  






pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


What is scanf_s in c?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


difference between c and c++

3 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


Categories