What is binary tree in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by recursion?
What is a lvalue
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
What is the difference between char array and char pointer?
how to find binary of number?
Explain what is a const pointer?
define switch statement?
Do you have any idea how to compare array with pointer in c?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
why you will give me a job in TCS.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above