What is the use of
?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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,


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


What is an endless loop?

0 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  






How is pointer initialized in c?

0 Answers  


How are pointers declared in c?

0 Answers  


What is C language Terminator?

15 Answers   TCS,


Write a program to swap two numbers without using the third variable?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


where do we use volatile keyword?

1 Answers  


write a program to print the one dimensional array.

1 Answers  


Categories