how to print the character with maximum occurence and print
that number of occurence too in a string given ?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
How can you increase the size of a statically allocated array?
What are the different pointer models in c?
second highest number in a given set of numbers
What is #line in c?
what is the function of pragma directive in c?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is a pointer in c?
What is formal argument?
What are the primitive data types in c?