Is there a way to compare two structure variables?


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

Post New Answer

More C Interview Questions

What is wrong with this program statement?

0 Answers  


How to print %d in output

6 Answers   Wipro,


What are the 4 types of functions?

0 Answers  


write a program without using main function?

2 Answers   TCS,


What is the best style for code layout in c?

0 Answers  






what is the role you expect in software industry?

2 Answers   HCL, Wipro,


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


What is string constants?

0 Answers  


what is the difference between embedded c and turbo c ?

1 Answers  


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


Categories