Synonymous with pointer array
a) character array
b) ragged array
c) multiple array
d) none
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
what is linkage error when it occurs in c program
Does c have function or method?
Is fortran faster than c?
what is the difference between structural,object based,object orientd programming languages?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is class and object in c?
Write a program to reverse a linked list in c.
What are local and global variables?
What is #include stdio h?
What is scanf_s in c?