What is the use of the sizeof operator?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Distinguish between actual and formal arguments.
Write a routine that prints out a 2-D array in spiral order!
What is type qualifiers?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What does *p++ do? What does it point to?
What is the difference between union and structure in c?
What is #line?
Explain how does flowchart help in writing a program?