What is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Is c functional or procedural?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
What is pointer to pointer in c with example?
What standard functions are available to manipulate strings?
implement OR gate without using any bitwise operator.
Why can't I perform arithmetic on a void* pointer?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Does c have function or method?
Explain how do you print an address?
What is getch() function?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j