Explain what are the different file extensions involved when programming in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is mean by data types in c?
When is an interface "good"?
What is extern c used for?
is forign key will be unique key any table or not?
Explain what does the function toupper() do?
Explain how do you override a defined macro?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
why we use "include" word before calling the header file. is there any special name for that include??????
How can we see the Expanded source code and compiled code for our source program in C?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
program to find the ASCII value of a number