What is the size of enum in bytes?
No Answer is Posted For this Question
Be the First to Post Answer
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
How to find the usage of memory in a c program
Can i use Two or More Main Funtion in any C program.?
What does void main return?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
Is sizeof a keyword in c?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
how to print this sereis 2 4 3 6 5..........?
What is include directive in c?