what is recursion in C
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Does free set pointer to null?
what do you mean by inline function in C?
Difference between goto, long jmp() and setjmp()?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How is a null pointer different from a dangling pointer?
Is null always equal to 0(zero)?
what are the 10 different models of writing an addition program in C language?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions