whitch value return void main?
Answers were Sorted based on User's Feedback
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can you read a directory in a C program?
how to do in place reversal of a linked list(singly or doubly)?
How to throw some light on the b tree?
write a program of bubble sort using pointer?
write a own function to compare two strings with out using stringcomparition function?
#include<stdio.h> int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?
What is the scope of global variable in c?
wat are the two methods for swapping two numbers without using temp variable??
who is the founder of c
19 Answers College School Exams Tests, HP,
what is the use of bitfields & where do we use them?
What is the explanation for modular programming?