How can I call fortran?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between NULL('\0') and 0?
How do we open a binary file in Read/Write mode in C?
how to find string length wihtout using c function?
what is the flow of execution in cprogram? ex:printf();,scanf();
write a progam to display the factors of a given number and disply how many prime numbers are there?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
write a c program to store and print name,address,roll.no of a student using structures?
How many levels of pointers can you have?
Explain modulus operator. What are the restrictions of a modulus operator?
When we use void main and int main?
C program to read the integer and calculate sum and average using single dimensional array
Explain enumerated types.