What is signed and unsigned?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the standard predefined macros?
How can I make sure that my program is the only one accessing a file?
Do you know the purpose of 'register' keyword?
How can you find out how much memory is available?
Discuss the function of conditional operator, size of operator and comma operator with examples.
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,
Do you know what are bitwise shift operators in c programming?
Explain how does free() know explain how much memory to release?
Explain how do you print an address?
Can you write a programmer for FACTORIAL using recursion?
? ???Mirror Mirror on the wall????????
What are the different types of endless loops?