How can I split up a string into whitespace-separated fields?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of an algorithm to C programming?
What are the types of arrays in c?
Write a simple program to find the size of different basic data types in C.
What is the meaning of c in c language?
What is "Hungarian Notation"?
two variables are added answer is stored on not for third variable how it is possible?
What are the rules for identifiers in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
count the numbers between 100 and 300, that star with 2 and ends with 2
Is a pointer a kind of array?