What is the relationship between pointers and data structure?
Explain the difference between struct and union.
How to write the code of the program to swap two numbers with in one statement?
What is the equivalent code of the following statement in WHILE LOOP format?
what is the height of tree if leaf node is at level 3. please explain
Why doesnt that code work?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
write a programming in c to find the sum of all elements in an array through function.
Explain how can I make sure that my program is the only one accessing a file?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
What is the purpose of 'register' keyword in c language?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff