What is this pointer in c plus plus?
Why the use of alloca() is discouraged?
Which is an example of a structural homology?
What is the return type of sizeof?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
What are the 3 types of structures?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Are pointers integer?
What does static variable mean in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is structure padding in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none