What is getch c?
No Answer is Posted For this Question
Be the First to Post Answer
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Should I learn data structures in c or python?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
What is time complexity c?
Is null always defined as 0(zero)?
Is flag a keyword in c?
Differentiate between a structure and a union.
Which driver is a pure java driver
how to add two numbers without using arithmetic operators?
Describe wild pointers in c?
Explain demand paging.
how to find the largest element of array without using relational operater?