Describe static function with its usage?
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?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What does s c mean on snapchat?
What is identifiers in c with examples?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Does c have function or method?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
Is there sort function in c?