Answer Posted / revathi pawar
structure is the set of different datatype whereas the
struct is the keyword
union is the one where will not print or give correct ouptut
whereas it will give the address of tat particular string or
no given
union s the keyword
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
In c programming language, how many parameters can be passed to a function ?
What is extern storage class in c?
What is the difference between %d and %i?
What is the value of h?
Give basis knowledge of web designing ...
What is the difference between far and near ?
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.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is keyword in c?
What does the function toupper() do?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the scope of an external variable in c?
What is the argument of a function in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are the different data types in C?