What is const volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare pointer variables?
what is the difference between exit() and _exit() functions?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What is c token?
What does %d do in c?
Why isnt any of this standardized in c?
How can you tell whether a program was compiled using c versus c++?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How many loops are there in c?
code for quick sort?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above