What are pointers? What are stacks and queues?
No Answer is Posted For this Question
Be the First to Post Answer
how to count no of words,characters,lines in a paragraph.
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
How to explain the final year project as a fresher please answer with sample project
What is the purpose of Scanf Print, getchar, putchar, function?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
How can I remove the leading spaces from a string?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
What's wrong with "char *p = malloc(10);" ?
explain memory layout of a C program
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
Did c have any year 2000 problems?
Are pointers integer?