How can I increase the allowable number of simultaneously
open files?
Is fortran still used in 2018?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is stack in c?
What are the rules for the identifier?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
what r the cpu registers r ther?
How can you tell whether a program was compiled using c versus c++?
How is a pointer variable declared?
Explain the difference between the local variable and global variable in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
how to execute a program using if else condition and the output should enter number and the number is odd only...