Write a program to reverse a given number in c language?
No Answer is Posted For this Question
Be the First to Post Answer
main() {int a=200*200/100; printf("%d",a); }
How can you increase the size of a statically allocated array?
who did come first hen or agg
What are keywords in c with examples?
What is storage class?
What is the purpose of the fflush() function in C?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Why is c platform dependent?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
How can I access a memory located at certain address?