How can my program discover the complete pathname to the executable from which it was invoked?
What do you know about the use of bit field?
How can I call fortran?
how can we use static and extern?and where can we use this?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
what is difference between overriding and overloading?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
to get a line of text and count the number of vowels in it
Is an array parameter is always "by reference" ?
List the difference between a While & Do While loops?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
write a function which accept two numbers from main() and interchange them using pointers?