How can I use a preprocessorif expression to ?
No Answer is Posted For this Question
Be the First to Post Answer
How can a number be converted to a string?
Explain how are portions of a program disabled in demo versions?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What is sizeof array?
How pointer is different from array?
Explain high-order and low-order bytes.
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,
Why header file is used in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
write a program to delete an item from a particular location of an linear array?
How many levels of pointers have?
How a string is stored in c?