why ordinary variable store the later value not the initial
Answer / sandeep
When Ordinary variable's value changed after initialisation
it's memory will filled with the new value
Is This Answer Correct ? | 1 Yes | 1 No |
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
how to make program without <> in libray.
Is c pass by value or reference?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are valid signatures for the Main function?
how to find the size of the data type like int,float without using the sizeof operator?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Define macros.
What is the use of parallelize in spark?
What is the difference between array and structure in c?
What is the size of empty structure in c?