Can a variable be both const and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
what is the size of an integer variable?
Write a program to reverse a given number in c language?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
? ???Mirror Mirror on the wall????????
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
How can I do serial ("comm") port I/O?
What is 2 d array in c?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
How can I open a file so that other programs can update it at the same time?
How can you be sure that a program follows the ANSI C standard?
what is the structure?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?