print ur name without using any semicolon in c/c++....
Answer Posted / ravi pandey
#include<stdio.h>
main()
{if(printf("ravi"))
}
| Is This Answer Correct ? | 9 Yes | 15 No |
Post New Answer View All Answers
What is action and transformation in spark?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is console in c language?
Why & is used in scanf in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is default value of global variable in c?
What is typeof in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the main difference between calloc () and malloc ()?
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.
What is the most efficient way to store flag values?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the difference between class and object in c?
Why c is a mother language?
Explain the bubble sort algorithm.