Why c is called object oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
can i know the source code for reversing a linked list with out using a temporary variable?
Are the variables argc and argv are local to main?
how to sort two array of characters and make a new array of characters.
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is the c value paradox and how is it explained?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What is null pointer in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What are the functions to open and close the file in c language?
What are the different data types in C?
Why c is called procedure oriented language?