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 |
What is a structure and why it is used?
What are the applications of c language?
Write a program to print “hello world” without using semicolon?
What is calloc()?
declare afunction pointer to int printf(char *)?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
code for bubble sort?
Explain why C language is procedural?
What is dynamic variable in c?
What is the total generic pointer type?