What is spaghetti programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


What is table lookup in c?

0 Answers  


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

0 Answers   Microsoft,


how to go with this?

1 Answers   Wipro,






What is default value of global variable in c?

0 Answers  


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

0 Answers   HCL,


What is a far pointer in c?

0 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


Categories