Why doesnt that code work?



Why doesnt that code work?..

Answer / Hitesh Joshi

Without the specific code, it's hard to determine exactly why it doesn't work. However, common issues include syntax errors, logical errors, or not handling input/output correctly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 Answers  


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Why is c fast?

1 Answers  


How does free() know explain how much memory to release?

1 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

1 Answers  


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


How many parameters should a function have?

1 Answers  


How are portions of a program disabled in demo versions?

1 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


formula to convert 2500mmh2o into m3/hr

1 Answers  


How will you allocate memory to double a pointer?

1 Answers  


Categories