Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
how to copy a string without using c function
Are bit fields portable?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Two's compliment of -5
What are the advantages and disadvantages of a heap?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
What is the purpose of main() function?
which is the best antivirus and how to update it
How do you determine whether to use a stream function or a low-level function?
Are the expressions * ptr ++ and ++ * ptr same?