When a c file is executed there are many files that are automatically opened what are they files?
No Answer is Posted For this Question
Be the First to Post Answer
Why do some versions of toupper act strangely if given an upper-case letter?
What is a pointer and how it is initialized?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
what is the difference between definition and declaration? give me some examples.
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
prototype of sine function.
What are loops in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
write a program to print data of 5 five students with structures?
Explain how do you determine whether to use a stream function or a low-level function?
Explain what are preprocessor directives?
What are pointers really good for, anyway?