Explain argument and its types.
No Answer is Posted For this Question
Be the First to Post Answer
How can I increase the allowable number of simultaneously open files?
difference between function & structure
Hai what is the different types of versions and their differences
Why Modern OS are interrupt driven?Give an example
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What is pointer and structure in c?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
character array A[12] can hold
Can include files be nested? How many levels deep can include files be nested?
wat are the two methods for swapping two numbers without using temp variable??
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }