Where in memory are my variables stored?
No Answer is Posted For this Question
Be the First to Post Answer
What are the concepts introduced in OOPs?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Is return a keyword in c?
sum of two integers values only other then integer it should print invalid input.
What are variables c?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
How to print %d in output
What is restrict keyword in c?
What should malloc(0) do?
what r the cpu registers r ther?
Write a program with dynamically allocation of variable.
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.