Why we use break in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
What is LINKED LIST? How can you access the last element in a linked list?
What is the use of static variable in c?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
1 What is a Data Structure?
write a program to find out number of on bits in a number?
Write a program to know whether the input number is an armstrong number.
Explain enumerated types.
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Difference between fopen() and open()?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none