string reverse using recursion
No Answer is Posted For this Question
Be the First to Post Answer
how can u print a message without using any library function in c
write a program to convert a expression in polish notation (postfix) to inline (normal)
Can true be a variable name in c?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is the difference between variable declaration and variable definition in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
what is diff b/w huge & far & near pointer??
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What is the use of a static variable in c?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
Tell me when is a void pointer used?