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


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

Post New Answer

More C Interview Questions

write a program to display the frequency of each element in a given array in c language

1 Answers  


In scanf h is used for

4 Answers   BFL,


What does %c mean in c?

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,






Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


what is the advantage of software development

1 Answers  


what is self refrential structure

3 Answers   HCL,


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Is c compiled or interpreted?

0 Answers  


Categories