An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language
a) string
b) data structure
c) pointers
d) array
No Answer is Posted For this Question
Be the First to Post Answer
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
1. Write a program to reverse every second word in a given sentence.
What is Bitwise Operator and how it works?
Can we declare function inside main?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What does typeof return in c?
What is the function of multilevel pointer in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.