please give me answer with details
#include
If we give two names then this displays the connection between the two people. It is nothing but flames game
1 3879actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
3 6295Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
3 8300
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Why is c so popular?
Explain what is the benefit of using an enum rather than a #define constant?
Are enumerations really portable?
What is ctrl c called?
write a program to display all prime numbers
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Is c weakly typed?
List the different types of c tokens?
Why does this code crash?
How can I manipulate strings of multibyte characters?
Does free set pointer to null?
What are pragmas and what are they good for?
What is the difference between the = symbol and == symbol?