What is a example of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Can you write the function prototype, definition and mention the other requirements.
Can we change the value of #define in c?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What is the diffences between Windows XP and Windows Visa
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Difference between Shallow copy and Deep copy?
How can you check to see whether a symbol is defined?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is realloc in c?
What are the different pointer models in c?