int x=sizeof(!5.856);
What will value of variable x?
Answers were Sorted based on User's Feedback
How do I declare a pointer to an array?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Compare interpreters and compilers.
What are header files and explain what are its uses in c programming?
Explain the difference between malloc() and calloc() function?
What does malloc () calloc () realloc () free () do?
Three major criteria of scheduling.
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
find largest of 3 no
What is a protocol in c?