What is static and auto variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What library is sizeof in c?
which do you prefer C or Pascal?
Meaning of () in c
how will you write a program on linked lists using JAVA programming???????????
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the difference b/w Structure & Union?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How do I send escape sequences to control a terminal or other device?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Who developed c language and when?
Can a file other than a .h file be included with #include?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?