Is the exit() function same as the return statement? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
write a program to create a sparse matrix using dynamic memory allocation.
program to locate string with in a string with using strstr function
different between overloading and overriding
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What are the advantages of union?
Can you please explain the scope of static variables?
what r callback function?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Define recursion in c.
Explain the Difference between the New and Malloc keyword.
How can I pad a string to a known length?