What is size of union in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I insert or delete a line (or record) in the middle of a file?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the use of putchar function?
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
how to find sum of digits in C?
Explain 'far' and 'near' pointers in c.
Which node is more powerful and can handle local information processing or graphics processing?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
praagnovation
WHOT IS CHAR?