explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
SRUCTURE PROGRAMMING
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are the 5 organizational structures?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Difference between Function to pointer and pointer to function
Can a variable be both static and volatile in c?
What is the use of clrscr?
How can I write a function that takes a format string and a variable number of arguments?
What oops means?
What functions are used in dynamic memory allocation in c?