How to set file pointer to beginning c?
No Answer is Posted For this Question
Be the First to Post Answer
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Can we change the value of static variable in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is Dynamic Initialization.
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is a function simple definition?
Is c still used in 2019?
what is meant by c
What does a pointer variable always consist of?
Is c an object oriented programming language?
what is the significance of static storage class specifier?