Explain how do you declare an array that will hold more than 64kb of data?


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

Post New Answer

More C Interview Questions

what is bit rate & baud rate? plz give wave forms

0 Answers  


What is putchar() function?

0 Answers  


What is an lvalue?

0 Answers  


Can we write a program without main() function?

9 Answers  


What is the difference between mpi and openmp?

0 Answers  






what is available in C language but not in C++?

10 Answers   CTS, TCS,


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,


code for bubble sort?

1 Answers  


What are variables c?

0 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


in malloc and calloc which one is fast and why?

1 Answers  


Categories