In which language linux is written?
No Answer is Posted For this Question
Be the First to Post Answer
How do we open a binary file in Read/Write mode in C?
WHAT IS PRE POSSESSORS?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is the difference between union and structure in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is the acronym for ansi?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
in iso what are the common technological language?
Can you please explain the scope of static variables?
what is the use of keyword volatile??