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
c pgm count no of lines , blanks, tabs in a para(File concept)
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
What are the preprocessor categories?
What is c mainly used for?
Who invented bcpl language?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
how to find the size of the data type like int,float without using the sizeof operator?
without using arithmatic operator convert an intger variable x into x+1
Can you tell me how to check whether a linked list is circular?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
write a function for strtok()??