how many times of error occur in C
Answers were Sorted based on User's Feedback
Answer / arun
syntax Error,
compile time Error,
runtime Error...
we cont consider logical Errors as Errors...
it is consider to be bugs...
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between MAC vs. IP Addressing
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
Explain why C language is procedural?
What is the use of define in c?
what are the difference between ANSI C and Let Us c and Turbo C
what is the difference between 123 and 0123 in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What was noalias and what ever happened to it?
What’s the special use of UNIONS?
no consistent academics. how to answer the question
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
what is the code to display color fonts in the output?