how to print the character with maximum occurence and print
that number of occurence too in a string given ?
No Answer is Posted For this Question
Be the First to Post Answer
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
How to add two numbers without using semicolon n c????
What is a program?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Can a function argument have default value?
read an array and search an element
What is printf () in c?
What does c mean?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?