What is c language and why we use it?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to identify if a given binary tree is balanced or not.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
triangle number finding program...
WHAT IS ABSTRACT DATA TYPE
what are the various memory handling mechanisms in C ?
What is the difference b/w Structure & Array?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How can I swap two values without using a temporary?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
Is there any possibility to create customized header file with c programming language?