How do we open a binary file in Read/Write mode in C?
No Answer is Posted For this Question
Be the First to Post Answer
How can I return multiple values from a function?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Can you return null in c?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Which programming language is best for getting job 2020?
Can a file other than a .h file be included with #include?
what is difference between ANSI structure and C99 Structure?
What should malloc() do?
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,
Explain can static variables be declared in a header file?
How do we print only part of a string in c?