What are the benefits of organizational structure?


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

Post New Answer

More C Interview Questions

What is the difference between static and global variables?

1 Answers  


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


What are actual arguments?

0 Answers  


write a program for odd numbers?

15 Answers  


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,






c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


What is derived datatype in c?

0 Answers  


Can true be a variable name in c?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


In a header file whether functions are declared or defined?

0 Answers   TISL,


Combinations of fibanocci prime series

0 Answers  


Can a pointer point to null?

0 Answers  


Categories