What is a stream?
No Answer is Posted For this Question
Be the First to Post Answer
How is a pointer variable declared?
what will happen if you free a pointer twice after allocating memory dynamically ?
What is a string?
What is structure in c language?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
why we wont use '&' sing in aceesing the string using scanf
What is the purpose of sprintf?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How we can set and clear bit in a byte using macro function?
Is double link list a linear data structure? If Yes, Why?If No, Why?
what are the general concepts of c and c++