What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
how to set Nth bit of variable by using MACRO
print 1-50 with two loop & two print Statement
What are the 4 types of functions?
Explain the difference between malloc() and calloc() in c?
What is the difference between typedef struct and struct?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
c program to subtract between two numbers without using '-' sign and subtract function.
what is data structure
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
char ch=10;printf("%d",ch);what is the output
What are the different data types in C?