#include<stdio.h>
int main( )
{
Int a=300, b, c;
if(a>=400)
b=300;
c=200;
printf(“%d%d
”, b, c);
return0;
}
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
what is the use of c program?
4 Answers Synergy, Web Synergies,
What is an object?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Explain what is the benefit of using #define to declare a constant?
What is the difference between calloc() and realloc()?
how can use subset in c program and give more example
What is the correct code to have following output in c using nested for loop?
Why do we use return in c?
what is c?
What is binary tree in c?
Explain what math functions are available for integers? For floating point?