Answer Posted / preethi
2 types of error. syntax error and segmentation fault
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is %lu in 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.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Explain how do you print only part of a string?
What is the general form of function in c?
What is difference between constant pointer and constant variable?
Is it acceptable to declare/define a variable in a c header?
How can you increase the size of a statically allocated array?
Explain about the functions strcat() and strcmp()?
What is the difference between fread and fwrite function?
What are static variables in c?
In a header file whether functions are declared or defined?
I heard that you have to include stdio.h before calling printf. Why?
What are the types of unary operators?