What are pointers really good for, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
Explain About fork()?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what is the difference between c and c++?
implement OR gate without using any bitwise operator.
what is the use of fflush() function?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Tell me is null always defined as 0(zero)?
Is linux written in c?
How can I generate floating-point random numbers?
Write a program to generate the Fibinocci Series
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????