What is "Duff's Device"?
No Answer is Posted For this Question
Be the First to Post Answer
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What is bubble sort technique in c?
how to write a program which adds two numbers without using semicolon in c
What does %f mean c?
What does calloc stand for?
Explain what a Binary Search Tree is.
Is null always equal to 0(zero)?
What are the functions to open and close the file in c language?
How can you check to see whether a symbol is defined?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Determine if a number is a power of 2 at O(1).