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
Why we use stdio h in c?
What is meant by int fun const(int a, int b) { .... ... }
what do the 'c' and 'v' in argc and argv stand for?
What's the best way of making my program efficient?
Write a C program to perform some of the operation which can be performed using Single linked list
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
SRUCTURE PROGRAMMING
To what value do nonglobal variables default? 1) auto 2) register 3) static
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What are different types of operators?