What is the hardest programming language?
No Answer is Posted For this Question
Be the First to Post Answer
what is c language?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
Whether there can be main inside another main?If so how does it work?
Explain how do you override a defined macro?
will u give me old quesrion papers for aptitude for L & t info tech?
What is scanf_s in c?
What is the size of a union variable?
What is static function in c?
Where static variables are stored in memory in c?
What are the salient features of c languages?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }