Write a program to find the biggest number of three numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Differentiate b/w Modify and Update commands giving example.
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
Is main() function predfined or userdefined?
Will Macros support multiple arguments ?
Tell me when would you use a pointer to a function?
what is the use of call back function in c?tell me with example
pierrot's divisor program using c or c++ code
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
Dear Sir, we are required the bubble sorting programs Regs Prem
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }