how many times of error occur in C

Answer Posted / swaran

2TYPES LOGICAL ERROR, SYNTAX ERROR

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give me the code of in-order recursive and non-recursive.

886


What are variables c?

622


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1452


write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values.  The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.

2721


What is the purpose of macro in C language?

663






I have seen function declarations that look like this

602


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1818


What is calloc()?

629


write a program for the normal snake games find in most of the mobiles.

1786


what will be maximum number of comparisons when number of elements are given?

1410


What is hungarian notation? Is it worthwhile?

699


What is a string?

667


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

809


What is getch c?

857


the question is that what you have been doing all these periods (one year gap)

1621