What is methods in c?
No Answer is Posted For this Question
Be the First to Post Answer
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Can we access array using pointer in c language?
Can you please explain the difference between strcpy() and memcpy() function?
What is the code in while loop that returns the output of given code?
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.
write a c program to find the sum of five entered numbers using an array named number
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Is it cc or c in a letter?
What is %lu in c?
Is fortran still used today?
What are the different types of pointers?