application attempts to perform an
operation?
No Answer is Posted For this Question
Be the First to Post Answer
Give the Output : * * * * * * * * * *
In C programming, what command or code can be used to determine if a number of odd or even?
What is external variable in c?
Why is extern used in c?
Explain how do you list a file’s date and time?
What is the difference between call by value and call by reference in c?
main() { int a; a=++100; printf("%d",a); getch(); }
What are identifiers c?
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?
program to find a smallest number in an array
Explain what is dynamic data structure?
Why is c so important?