Why pointers are used?
How do you define a function?
C program to read the integer and calculate sum and average using single dimensional array
Hi, main() { } Is a user defined function or Built in Functionn
Software Interview Questions
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
how can use subset in c program and give more example
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Explain how can a program be made to print the line number where an error occurs?
what do the 'c' and 'v' in argc and argv stand for?
Difference between null pointer and dangling pointer?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?