Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of 'c' language
Tell me about low level programming languages.
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,
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
Write a program to generate random numbers in c?
Why does everyone say not to use scanf? What should I use instead?
What is the diffrent between while and do while statement ?
What do you mean by command line argument?
Differentiate between the expression “++a” and “a++”?
write a program to display the array elements in reverse order in c language
How to avoid structure padding in C?
What is the explanation for cyclic nature of data types in c?