Answer Posted / prajeesha.k
alt+f8
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
How will you delete a node in DLL?
What is c mainly used for?
What is the difference between typedef struct and struct?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
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.
Why isnt there a numbered, multi-level break statement to break out
Write a program to find factorial of a number using recursive function.
What are loops c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is hash table in c?
Why do we use return in c?
What is the stack in c?
What is n in c?
What are the advantages of c preprocessor?