Write a c program to print the sizes and ranges of different
data types in c?
Answer Posted / pavithra
x=sizeof(int);
range=pow(2,x);
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
If fflush wont work, what can I use to flush input?
Can we add pointers together?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Explain argument and its types.
write a program to generate address labels using structures?
What are data structures in c and how to use them?
What is structure and union in c?
What are pragmas and what are they good for?
hi, which software companys will take,if d candidate's % is jst 55%?
What is a substring in c?
Difference between goto, long jmp() and setjmp()?
Explain how can you avoid including a header more than once?
Explain goto?