Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
What is 'bus error'?
Can I initialize unions?
What does != Mean in c?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What is an array in c?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
what is meant by flushll() in c programming?
Is c++ based on c?
Difference Between embedded software and soft ware?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.