Add 2 64 bit numbers on a 32 bit machine
Answer Posted / kkm
8
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are the features of c languages?
What are formal parameters?
How do you define a string?
When is a void pointer used?
Explain what happens if you free a pointer twice?
What is the significance of c program algorithms?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the process to generate random numbers in c programming language?
how many errors in c explain deply
Why static is used in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Define circular linked list.