What are the characteristics of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
SRUCTURE PROGRAMMING
What is the difference between struct and typedef struct in c?
Why do we use pointer to pointer in c?
define c
How do you initialize function pointers? Give an example?
What are the types of macro formats?
What does static variable mean in c?
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.
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
Is flag a keyword in c?
What is zero based addressing?