#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}
wap in c to accept a number display the total count of digit
Linked lists -- can you tell me how to check whether a linked list is circular?
Why can’t we compare structures?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is null in c?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
Is array name a pointer?
can we access one file to one directory?
How is a pointer variable declared?
How can I find out if there are characters available for reading?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
find the minimum of three values inputted by the user