How are Structure passing and returning implemented by the complier?
No Answer is Posted For this Question
Be the First to Post Answer
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Why void main is used in c?
How can I find out how much memory is available?
What is the difference between printf and scanf in c?
Hai what is the different types of versions and their differences
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Explain the ternary tree?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
the format specified for hexa decimal is a.%d b.%o c.%x d.%u