Answer Posted / guest
jawaralal nehru
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
Explain 'far' and 'near' pointers in c.
What is union and structure in c?
What is indirection?
Write a program to find the biggest number of three numbers in c?
What is the difference between mpi and openmp?
What is a substring in c?
What is the best way to comment out a section of code that contains comments?
What is scope of variable in c?
how many errors in c explain deply
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Which is better pointer or array?
Give me the code of in-order recursive and non-recursive.
What is variable initialization and why is it important?
For what purpose null pointer used?
Do pointers store the address of value or the actual value of a variable?