how do you execute a c program in unix.
No Answer is Posted For this Question
Be the First to Post Answer
What are multibyte characters?
What does main () mean in c?
What are the benefits of organizational structure?
How can I manipulate strings of multibyte characters?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
User define function contain thier own address or not.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
program to print upper & lower triangle of a matrix
Why cant I open a file by its explicit path?
Should I learn c before c++?