Write a Program to accept different goods with the number,
price and date of purchase and display them
How can I automatically locate a programs configuration files in the same directory as the executable?
What is scanf_s in c?
What is difference between main and void main?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
how to find sum of digits in C?
Why ordinary variable store only one value
Does c have circular shift operators?
how to print value of e(exp1)up to required no of digits after decimal?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Can we increase size of array in c?
Suggesting that there can be 62 seconds in a minute?
Without using main fn and semicolon,print remainder for a given number in C language