What are the rules for the identifier?
No Answer is Posted For this Question
Be the First to Post Answer
What is function and its example?
What is getche() function?
Why does the call char scanf work?
can we write a c program with out using main
What do you mean by Recursion Function?
can we change the default calling convention in c if yes than how.........?
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 is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
Who developed c language and when?
Which built-in library function can be used to match a patter from the string?
How to declare a variable?
What are qualifiers?