Wt are the Buses in C Language
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what are bitwise shift operators?
Explain what are run-time errors?
Why & is used in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
What are static functions?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Explain setjmp()?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
size maximum allocated by calloc()
Why does the call char scanf work?