How many bytes is a struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain the use of bit fieild.
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
What is the heap in c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Explain #pragma in C.
How can I list all of the predefined identifiers?
What is the explanation for prototype function in c?
hat is a pointer?
Write a function to find the area of a triangle whose length of three sides is given
What is p in text message?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers