What is an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
How to create struct variables?
What is the difference between arrays and pointers?
what is the advantage of software development
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
How to add two numbers with using function?
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,
How will you divide two numbers in a MACRO?
When should I declare a function?
What's a good way to check for "close enough" floating-point equality?
Diff between for loop and while loop?
? ???Mirror Mirror on the wall????????