What does a function declared as pascal do differently?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
related proverb of "dont count your chicken before it hatches"
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
What is calloc()?
Dont ansi function prototypes render lint obsolete?
Why is it important to memset a variable, immediately after allocating memory to it ?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
char p="data"; printf(p);
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What Is The Difference Between Null And Void Pointer?