full c programming error question based problem

Answers were Sorted based on User's Feedback



full c programming error question based problem..

Answer / gyanendras45

i need all type

Is This Answer Correct ?    26 Yes 11 No

full c programming error question based problem..

Answer / anusha

some of the companies are giving 2 to 3 pages of large programmes with some errors and they are asking to pick those errors...so please provide such type of sample programmes

Is This Answer Correct ?    7 Yes 2 No

full c programming error question based problem..

Answer / sonu

i didn't understood question first

Is This Answer Correct ?    10 Yes 6 No

Post New Answer

More C C++ Errors Interview Questions

what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?

2 Answers   TCS,


printy(a=3,a=2)

3 Answers  


What is probability to guarantee that the task a programmer is going to create will be created and be able to run on a particular system (RTOS/GPOS).

0 Answers  


#include<stdio.h> void main() { int i=1; printf("%d%d%d",i++,++i,i); }

19 Answers  


What are the different types of errors in C and when they occur?

4 Answers  






How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis

0 Answers  


Answering Yes or No in C++...using only stdio.h and conio.h..........help me please...? here's must be the output of the program: Screen A Exam No. items Score 1 20 20 2 35 35 Another Entry? [Y] or [N] : Screen B: Record No. Student's Name: 1 Fernando Torres 2 Chuck Norris Note: if you press Y, the program must repeat the procedure in screen A, then if N, the program must proceed to the screen B....Please Help me out............

1 Answers  


what is syntax error?

3 Answers  


How to develop a program using C language to convert 8-bit binary values to decimals. TQ

1 Answers   Amazon,


loop1: { x=i<n?(i++):0; printf("%d",i); exit(x); continue; } Error- misplaced continue. Doubt-1.will the exit(x) be executed for all values of x 2.will this statement go out of the program.

5 Answers   CMC,


void main() { int i=7; printf("N= %*d",i,i); }

6 Answers   HCL,


I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"

0 Answers  


Categories