Do you know what is a programing language ?
No Answer is Posted For this Question
Be the First to Post Answer
Discuss the function of conditional operator, size of operator and comma operator with examples.
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
while initialization of array why we use a[][2] why not a[2][]...?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
what is the structure pointer?
what is call by value and call by reference
How is a structure member accessed?
Why c language is called c?
What are c identifiers?
What is n in c?
Combinations of fibanocci prime series
How many levels of pointers can you have?