What is undefined behavior?
Answer / nashiinformaticssolutions
A program behavior that is not defined by the C standard, e.g., dividing by zero.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is switch in c?
What is the difference between void main() and void main (void) give example programme?
What is structure padding ?
Why & is used in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Write a program in c to replace any vowel in a string with z?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Why do some versions of toupper act strangely if given an upper-case letter?
1. Write a program to reverse every second word in a given sentence.
What is the difference between fread and fwrite function?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What is the method to save data in stack data structure type?