If the size of int data type is two bytes, what is the range of signed int data type?
No Answer is Posted For this Question
Be the First to Post Answer
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
What is the difference between array and pointer?
What is the use of volatile?
What is header file definition?
What are the different types of errors?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
define string ?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What does the format %10.2 mean when included in a printf statement?
Q. where is the below variables stored ? - volatile, static, register
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.