Answer Posted / sindhu
We may return more than one value at a time to any function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
using only #include
Explain what is #line used for?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Why do some versions of toupper act strangely if given an upper-case letter?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What are the scope of static variables?
Why calloc is better than malloc?
How are strings stored in c?
What is a stream water?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
How many types of operators are there in c?
Explain what is the general form of a c program?
How do I send escape sequences to control a terminal or other device?
What happens if a header file is included twice?