Showing posts with label aptitude. Show all posts
Showing posts with label aptitude. Show all posts

Among the following who was not the President of India?


What is the notation for following functions?

What is the notation for following functions? 

1. int f(int a, float b)
{  
/* Some code */  
}

2. int f(a, b)  
int a; float b;  
{  
/* Some code */  
}