‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S
LENGTH .


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

Post New Answer

More C Interview Questions

What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


What is hashing in c?

0 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


HOW CAN ADD OUR FUNCTION IN LIBRARY.

5 Answers  






What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


what is constant pointer?

3 Answers  


What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,


Categories