Answer Posted / kartik
The main() function represenrs starting of the program.When
ever we write main in program the system analyse starts from
tthere
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you do dynamic memory allocation in C applications?
What is gets() function?
Is that possible to add pointers to each other?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
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.
What is the return type of sizeof?
how do you execute a c program in unix.
What does s c mean on snapchat?
What is indirection in c?
Explain can you assign a different address to an array tag?
What is type qualifiers?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Is c call by value?
Why is c called c?
What are the different categories of functions in c?