What is an lvalue in c?
No Answer is Posted For this Question
Be the First to Post Answer
Dont ansi function prototypes render lint obsolete?
What is difference between Structure and Unions?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
What is the Purpose of 'extern' keyword in a function declaration?
Does free set pointer to null?
in linking some of os executables are linking name some of them
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
regarding pointers concept
How can I read data from data files with particular formats?
Is c++ based on c?