#include<stdio.h>
int main( )
{
Int a=300, b, c;
if(a>=400)
b=300;
c=200;
printf(“%d%d
”, b, c);
return0;
}
Can we assign integer value to char in c?
What is the difference between array and pointer?
What are compound statements?
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?
void main() { int a=1; while(a++<=1) while(a++<=2); }
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
Explain zero based addressing.
What are types of structure?
What is a pointer on a pointer in c programming language?
write a own function for strstr
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,