Explain what is wrong with this statement? Myname = ?robin?;
No Answer is Posted For this Question
Be the First to Post Answer
How to create struct variables?
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 is the difference between int main and void main in c?
Where local variables are stored in c?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
What does the function toupper() do?
wap in c to accept a number display the total count of digit
What is sizeof c?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
Are bit fields portable?
Write a program to print factorial of given number without using recursion?
Explain how do you print only part of a string?