What are the types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c language still used?
How to write a multi-statement macro?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
What is Function Pointer? Explain with example?
How do I convert a string to all upper or lower case?
Write a program to find the smallest and largest element in a given array in c language
write a program to find lcm and hcf of two numbers??
How can I swap two values without using a temporary?
what is the difference between exit() and _exit() functions?
1,1,5,17,61,217,?,?.
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
What is typedef?