What is a pointer and how it is initialized?
No Answer is Posted For this Question
Be the First to Post Answer
how to print the character with maximum occurence and print that number of occurence too in a string given ?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
What are disadvantages of C language.
What kind of structure is a house?
What is the difference between printf and scanf in c?
Explain the ternary tree?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What are pointers? What are stacks and queues?
What is realloc in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,