#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}
1 1 12 21 123 321 12344231 how i creat it with for loop??
Write a simple program to find the size of different basic data types in C.
how to introdu5ce my self in serco
#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 function pointer and where we will use it
how to connect oracle in C/C++.
Explain the difference between struct and union.
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Explain modulus operator. What are the restrictions of a modulus operator?
What is the easiest sorting method to use?
What is typedef struct in c?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,