What is typedef struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
How would you print out the data in a binary tree, level by level, starting at the top?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
Explain how can you be sure that a program follows the ansi c standard?
Why is python slower than c?
How can I convert integers to binary or hexadecimal?
What are the different types of control structures in programming?
What are the features of c language?
How Many Header Files in c?
Tell us two differences between new () and malloc ()?
Where register variables are stored in c?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
WAP to accept first name,middle name & last name of a student display its initials?