Difference between Shallow copy and Deep copy?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between exit() and _exit() functions?
how to swap four numbers without using fifth variable?
How can I run c program?
WAP to accept first name,middle name & last name of a student display its initials?
What is function pointer c?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are comments and how do you insert it in a C program?
Why c language?
What is the heap?