Answer Posted / ram
4 logical,syntax,linking,runtime error
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does c value mean?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is the benefit of using #define to declare a constant?
What is "Hungarian Notation"?
Is a house a mass structure?
Explain how can I open a file so that other programs can update it at the same time?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
how could explain about job profile
Define macros.
Difference between strcpy() and memcpy() function?
What is call by value in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
write a c program to find the sum of five entered numbers using an array named number
Explain how do you determine a file’s attributes?
How can you find the exact size of a data type in c?