I have seen function declarations that look like this
No Answer is Posted For this Question
Be the First to Post Answer
how to find the given number is prime or not?
What is the value of c?
out put of printf(ā%dā,printf(ram));
Should a function contain a return statement if it does not return a value?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is the benefit of using const for declaring constants?
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.
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is memory leak in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
consagous technology placement paper