Can a variable be both static and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to receive strings with spaces in scanf()
what is the difference between strcpy() and memcpy() function?
why 'c' is called middle level language.
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
What is the difference between functions getch() and getche()?
Does * p ++ increment p or what it points to?
How will you divide two numbers in a MACRO?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Difference between for loop and while loop?
What is hungarian notation? Is it worthwhile?
What is a example of a variable?