the question is that what you have been doing all these
periods (one year gap)
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int i=5; printf("%d",i+++++i); }
How to write a code for reverse of string without using string functions?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
What does 4d mean in c?
what is develop in c language
how to find out the union of two character arrays?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
how to get the starting address of file stored in harddisk through 'C'program.
write a own function for strstr
what are the general concepts of c and c++