What are the Advantages of using macro
No Answer is Posted For this Question
Be the First to Post Answer
What is the symbol indicated the c-preprocessor?
What is extern variable in c with example?
How can you find out how much memory is available?
When should the const modifier be used?
Give differences between - new and malloc() , delete and free() ?
Can you explain the four storage classes in C?
consagous technology placement paper
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 #include <header file> and #include “header file”?
What is sizeof in c?
What is double pointer in c?
Explain that why C is procedural?