Answer Posted / divya sharma
It was named "C" because many of its features were derived
from an earlier language called "B".
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What are the 5 data types?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What language is windows 1.0 written?
What is a shell structure examples?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is the general form of function in c?
why do some people write if(0 == x) instead of if(x == 0)?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
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.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What do you mean by dynamic memory allocation in c? What functions are used?
What is use of pointer?
What are variables c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12