Answer Posted / madhavi
dennis rich
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program in c to replace any vowel in a string with z?
What is wild pointer in c?
What is use of integral promotions in c?
What is the difference between fread buffer() and fwrite buffer()?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
the question is that what you have been doing all these periods (one year gap)
c program to compute AREA under integral
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
What are structures and unions? State differencves between them.
In c programming language, how many parameters can be passed to a function ?
What is class and object in c?
Is boolean a datatype in c?
write a programming in c to find the sum of all elements in an array through function.
What are valid operations on pointers?
What does *p++ do? What does it point to?