How can variables be characterized?
No Answer is Posted For this Question
Be the First to Post Answer
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
what is the hardware model of CFG( context free grammar)
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How do you search data in a data file using random access method?
Write a program to find the biggest number of three numbers in c?
What are the uses of pre-processor directives?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
explain what are actual arguments?
Why dont c comments nest?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
why ordinary variable store the later value not the initial
Why do we use null pointer?