Software Interview Questions
Answer / venkamma
better to see preves papers avalabule respected compines
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between procedural and functional programming?
What would be an example of a structure analogous to structure c?
Write a c program to demonstrate character and string constants?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
Is sizeof a keyword in c?
What is c definition?
What is Lazy evaluation in C? Give an example.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Explain what will the preprocessor do for a program?
What is operator promotion?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx