What is wild pointer in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
List the difference between a While & Do While loops?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
What are Macros? What are its advantages and disadvantages?
Explain what is wrong in this statement?
What are the types of data files?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Is the following code legal? struct a { int x; struct a b; }
What is an auto variable in c?
What are called c variables?
Differentiate fundamental data types and derived data types in C.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?