Where in memory are my variables stored?
No Answer is Posted For this Question
Be the First to Post Answer
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Is it better to use a macro or a function?
write a program to add two numbers of any size.....(remember any size)
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
How do I convert a string to all upper or lower case?
code for find determinent of amatrix
what is unsigened char and what is the difference from char
What is the difference between void main() and int main()?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
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.
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }