Answer Posted / dev
array is a reference variable which stores similar type of data
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a char c?
Why malloc is faster than calloc?
What is identifier in c?
Explain the meaning of keyword 'extern' in a function declaration.
What is #define used for 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.
Combinations of fibanocci prime series
What is assert and when would I use it?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain the ternary tree?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the easiest sorting method to use?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Write a program which returns the first non repetitive character in the string?