what is associativity explain
what is the precidence for * and & , * and ++
how the folloing declaration work
1) *&p;
2) *p++;
No Answer is Posted For this Question
Be the First to Post Answer
How can I find out the size of a file, prior to reading it in?
why Language C is plateform dependent
Explain how can a program be made to print the name of a source file where an error occurs?
Did c have any year 2000 problems?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What does the format %10.2 mean when included in a printf statement?
In c programming language, how many parameters can be passed to a function ?
main() { clrscr(); } clrscr();
How can I implement a delay, or time a users response, with sub-second resolution?
what are the interview question's in the language c
In a header file whether functions are declared or defined?