What is the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to draw the flowchart for structure programs?
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 malloc and calloc?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
coding for Fibonacci.?
How to add two numbers without using semicolon at runtime
What are the different types of C instructions?
What is the difference between abs() and fabs() functions?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Can you please explain the difference between exit() and _exit() function?
c program to subtract between two numbers without using '-' sign and subtract function.
Why we use int main and void main?