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

You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


Explain how does flowchart help in writing a program?

0 Answers  


What is break in c?

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,






What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


Which is best book for data structures in c?

0 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


difference between malloc and calloc

3 Answers   HCL, Wipro,


Reverse a string word by word??

9 Answers  


Categories