How the c program is executed?
No Answer is Posted For this Question
Be the First to Post Answer
By using C language input a date into it and if it is right?
What is the meaning of int *x[]();?
What does s c mean in text?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is Conio.h ?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
ATM machine and railway reservation class/object diagram
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
Are global variables static in c?
Can we add pointers together?