What is a pointer on a pointer in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Taking an example,differentiate b/w loader and linker ?
What is the use of function in c?
totally how much header files r in c language
What does %d do?
Write a program to add a given duration with time(24hrs format)
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
Can we increase size of array in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Why dont c comments nest?
What is difference between function overloading and operator overloading?
What are the features of c languages?
What is indirection in c?