what is the diffrenet bettwen HTTP and internet protocol
No Answer is Posted For this Question
Be the First to Post Answer
what is mean by Garbage collection ? Please answer me. Advance thanks.
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
What is indirection? How many levels of pointers can you have?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is function pointer c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What are the 4 types of unions?
how to find out the reverse number of a digit if it is input through the keyboard?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
How do we declare variables in c?
What is the basic structure of c?