What is the difference between a function and a method in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the features of the c language?
Explain modulus operator.
What is difference between scanf and gets?
Explain how can you determine the size of an allocated portion of memory?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What will the preprocessor do for a program?
Explain what is the difference between functions abs() and fabs()?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
What is the need of structure in c?
What is %s and %d in c?
Can i use “int” data type to store the value 32768? Why?