What are conditional operators in C?
Is c is a middle level language?
What is information technology.
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
What does double pointer mean in c?
What is void main () in c?
Explain threaded binary trees?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What is static and auto variables in c?
to convert a string without using decrement operater and string functions
Explain how are portions of a program disabled in demo versions?
Can we change the value of static variable in c?