What are the 5 types of organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
How many types of operator or there in c?
write a 'c' program to sum the number of integer values
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
How can you allocate arrays or structures bigger than 64K?
How can I do serial ("comm") port I/O?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
what is output of the following statetment?Printf(“%x”, -1<<4); ?
How can you avoid including a header more than once?
how 2 compile & execute c program with out using editor?
write a program to swap two variables a=5 , b= 10 without using third variable
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.