#include<stdio.h>
int main()
{
char* common_interest="cloud computing";
printf("HELLO WORLD !! Welcome to CLOUDY THOUGHTS!!! :) \n");
printf(" We are a group of five people who are very diverse, yet share a common interest, %s.",common_interest);
return 0;
}
Compilation error: Not enough content..
Hi there,
Well another blog, another concept. Hope this survives. I invite others to attend the ribbon cutting, and start writing something. In this blog, we have decided to pen our thoughts and our experiences on cloud computing.
Aps...
int main()
{
char* common_interest="cloud computing";
printf("HELLO WORLD !! Welcome to CLOUDY THOUGHTS!!! :) \n");
printf(" We are a group of five people who are very diverse, yet share a common interest, %s.",common_interest);
return 0;
}
Compilation error: Not enough content..
Hi there,
Well another blog, another concept. Hope this survives. I invite others to attend the ribbon cutting, and start writing something. In this blog, we have decided to pen our thoughts and our experiences on cloud computing.
Aps...
Ha Ha !! U gave a nice intro for us :) Good work appu !!!
ReplyDelete