How many main () function we can have in a project?
No Answer is Posted For this Question
Be the First to Post Answer
How many levels of pointers have?
What is indirect recursion? give an example?
write a program for odd numbers?
What is n in c?
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....
what is the use of pointers
How do you redirect a standard stream?
What is meant by recursion?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
Explain Doubly Linked Lists?
What is the difference between exit() and _exit() function?