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 void main and main in c?
To what value do nonglobal variables default? 1) auto 2) register 3) static
what is the stackpointer
Diff between for loop and while loop?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What are c header files?
What is the advantage of c?
Why is c known as a mother language?
What do you mean by command line argument?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
main() { int a; a=++100; printf("%d",a); getch(); }
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan