What is void main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of keyword 'register' with respect to variables.
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
How does C++ help with the tradeoff of safety vs. usability?
What is volatile in c language?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
Can 'this' pointer by used in the constructor?
Is javascript based on c?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What are the uses of a pointer?
what is c++ programming?