Can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
A C E G H +B D F A I ------------ E F G H D
How can I discover how many arguments a function was actually called with?
What is #line used for?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Can you please compare array with pointer?
How can I find the modification date of a file?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
What is pivot in c?
How can a program be made to print the name of a source file where an error occurs?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')