What is the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
What is spark map function?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
What is pass by reference in functions?
What is function and its example?
Is c is a high level language?
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,
what is the difference between global variable & static variable declared out side all the function in the file.
Is c object oriented?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
how to print "hai" in c?
What are bit fields? What is their use?