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 the concatenation operator?
Are bit fields portable?
What is pragma in c?
Write a program to generate random numbers in c?
Is c compiled or interpreted?
what is a pointer
4 Answers Bank Of America, TCS,
Tell me what are bitwise shift operators?
What is the c language function prototype?
Explain how can I convert a number to a string?
write a programme that inputs a number by user and gives its multiplication table.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is calloc in c?