write a program in c language to print your bio-data on the
screen by using functions.
No Answer is Posted For this Question
Be the First to Post Answer
program to find the roots of a quardratic equation
Is using exit() the same as using return?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
could u able to tell about suresoft technical session
What is difference between structure and union in c programming?
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
write a program to print %d ?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
what is the importance of spanning tree?
What is the memory allocated by the following definition ? int (*x)[10];