What is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pragma?
Can static variables be declared in a header file?
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.
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is malloc() function?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is pointer and structure in c?
can we declare a variable in different scopes with different data types? answer in detail
what is the use of using linked list and array?
what are the facialities provided by you after the selection of the student.
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
How the C program can be compiled?