Answer Posted / devanshu
hello
not coorect but aprocsimet 200-300 fuctuion in c
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does * p ++ increment p or what it points to?
Define VARIABLE?
Why is a semicolon (;) put at the end of every program statement?
What are enumerated types?
Describe the order of precedence with regards to operators in C.
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is oops c?
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 are structures and unions? State differencves between them.
What is quick sort in c?
Why c is called a mid level programming language?
Is c++ based on c?
What is the use of header files?
write a program for the normal snake games find in most of the mobiles.
What is the need of structure in c?