What is a stream in c programming?
What is the difference between malloc calloc and realloc in c?
Why & is used in scanf in c?
what are the uses of structure?
How can you return multiple values from a function?
Explain how do you sort filenames in a directory?
Give me the code of in-order recursive and non-recursive.
What is the purpose of the preprocessor directive error?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
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.