What is typedf?
No Answer is Posted For this Question
Be the First to Post Answer
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What is pointer & why it is used?
What are the different categories of functions in c?
Differentiate between #include<...> and #include '...'
What is meant by type specifiers?
Program to write some contents into a file using file operations with proper error messages.
why we are using float in C
Write the control statements in C language
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
is it possible to change the default calling convention in c ?