Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can I call a function, given its name as a string?

Answer Posted / neeraj

#include<stdio.h>
#define string sum1()
int main(){

int k=string;
printf("%d",k);
getch();
return 0;

}
sum1()
{
int c=6;
int d=7;
return(c+d);
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between MAC vs. IP Addressing

1104


What is self-referential structure in c programming?

1154


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2020


Can we access the array using a pointer in c language?

1005


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1749


Who is the main contributor in designing the c language after dennis ritchie?

963


program to convert a integer to string in c language'

2413


What is non linear data structure in c?

978


Explain what is the stack?

1048


Is file a keyword in c?

890


What are the restrictions of a modulus operator?

1070


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2144


What does sizeof return c?

1017


What are variables c?

1006


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1048