What are the types of variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between exit() and _exit() function?
What are the different types of data structures in c?
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?
Why c is called free form language?
Explain what is the benefit of using enum to declare a constant?
Why flag is used in c?
Please write the area of a RIGHT ANGLED TRIANGLE.
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
what is the coding of display the factorial of a number using array and function?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
Do string constants represent numerical values?