Which is best linux os?
No Answer is Posted For this Question
Be the First to Post Answer
What does sizeof return c?
Why is c so popular?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
what is the definition of storage classes?
What’s a signal? Explain what do I use signals for?
swap two integer variables without using a third temporary variable?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
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.
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
what is pointer?
13 Answers HCL, TCS,
which type of question asked from c / c++ in interview.
With the help of using classes, write a program to add two numbers.