What are the different data types in C?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read/write structures from/to data files?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Explain what is a stream?
What does it mean when the linker says that _end is undefined?
Explain do array subscripts always start with zero?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Can you define which header file to include at compile time?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
What is a Deque?
What is the difference between call by value and call by reference in c?