N O S I E R
+ A S T R A L
----------------
7 2 5 6 1 3

Answer Posted / yfrkgf

INLETS

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When the macros gets expanded?

757


What is d'n in c?

607


How do you redirect a standard stream?

598


Tell me what are bitwise shift operators?

632


What is the use of structure padding in c?

542






What is structure and union in c?

569


What is the difference between constant pointer and constant variable?

724


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

5131


What does c in a circle mean?

557


How is a pointer variable declared?

568


What is pragma in c?

604


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1764


What is the best way of making my program efficient?

544


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

910


What is pragma c?

584