Why structure is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between int main and void main?
Explain the concept and use of type void.
Is it possible to execute code even after the program exits the main() function?
How do we make a global variable accessible across files? Explain the extern keyword?
What is volatile variable how do you declare it?
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 :(
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
code for copying two strings with out strcpy() function.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What are .h files and what should I put in them?
Why does everyone say not to use gets?
What is the difference between procedural and functional programming?