Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how many times of error occur in C

Answers were Sorted based on User's Feedback



how many times of error occur in C..

Answer / meenu

3 types of errors. logical , syntax and run time.

Is This Answer Correct ?    7 Yes 0 No

how many times of error occur in C..

Answer / preethi

2 types of error. syntax error and segmentation fault

Is This Answer Correct ?    5 Yes 2 No

how many times of error occur in C..

Answer / ram

4 logical,syntax,linking,runtime error

Is This Answer Correct ?    3 Yes 0 No

how many times of error occur in C..

Answer / swaran

2TYPES LOGICAL ERROR, SYNTAX ERROR

Is This Answer Correct ?    2 Yes 0 No

how many times of error occur in C..

Answer / priya

compilation error and run time error

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / vinay tiwari

there are three types of error in c
logical,syntax,linking error

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / pressi

There are three types of errors in C
Compiler, Logical, Run-Time errors

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / ambar

3 types of errors in c are:
symmantic error(logical error)
syntax error(language gramatical error)
run time error(compilation or executing error)

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / xyz

there is no limit......what
about.....lvalue&rvalue...headerfile...fatal eroor.....in
fatal error there re so many error...i think there is no
cunt on this

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / song

syntax, logical, data

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


What is the role of && operator in a program code?

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Why doesnt the call scanf work?

0 Answers  


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


simple program for virtual function?

1 Answers  


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


Categories