What is c mainly used for?
No Answer is Posted For this Question
Be the First to Post Answer
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
how to add our own function in c library please give details.?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
How do we open a binary file in Read/Write mode in C?
What is pragma c?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
What is quick sort in c?
write a program to find the largest and second largest integer from an array
How many bytes are occupied by near, far and huge pointers (dos)?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
How can I return multiple values from a function?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...