What is the meaning of typedef struct in c?


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

Post New Answer

More C Interview Questions

what is the difference between class and unio?

0 Answers   HCL, Wipro,


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Can we access array using pointer in c language?

0 Answers  


What is pointer and structure in c?

0 Answers  






What is the need of structure in c?

0 Answers  


a C prog to swap 2 no.s without using variables just an array?

5 Answers   TCS,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


What is scope rule in c?

0 Answers  


what are the languages used in c#?

3 Answers   Infosys,


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


Categories