What is a string?
No Answer is Posted For this Question
Be the First to Post Answer
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Is it possible to pass an entire structure to functions?
What is #include cctype?
What is a keyword?
write a program to interchange the value between two variable without using loop
Difference between MAC vs. IP Addressing
What is this pointer in c plus plus?
How to delete a node from linked list w/o using collectons?
What are the basic data types associated with 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 a program flowchart and explain how does it help in writing a program?
What is union in c?