What are the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
Can I initialize unions?
What is character set?
What is uint8 in c?
What is identifier in c?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What is the difference between realloc() and free()
How do you determine if a string is a palindrome?
which will be first in c compiling ,linking or compiling ,debugging.
Which weighs more, a gram of feathers or a gram of gold?
what is printf
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
How do you list files in a directory?