//default argument
#include<iostream.h>
#include<conio.h>
void data(int,float a=10.90000,char b='p');
int main()
{
clrscr();
data(10);
getch();
return(0);
}
void data(int a,float b,char c)
{
cout<<a<<b<< c;
}
Believe on your own logic
About Parth Patthar
Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of soratemplates is to provide the best quality blogger templates which are professionally designed and perfectlly seo optimized to deliver best result for your blog.
No comments:
Post a Comment