What is auto keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
Explain what are the different file extensions involved when programming 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, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is derived datatype in c?
What is structure packing ?
where do we use volatile keyword?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
How can I write a function that takes a format string and a variable number of arguments?
Why do we use namespace feature?
What is the difference between array and structure in c?