Where in memory are my variables stored?
No Answer is Posted For this Question
Be the First to Post Answer
How do I swap bytes?
what is const volatile?
what is difference between c and c++
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
How to set file pointer to beginning c?
Find the highest of three numbers and print them using ascending orders?
Why clrscr is used in c?
What is %g in c?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
why arithmetic operation can’t be performed on a void pointer?