What is indirection? How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
Find occurence of a character in a sting.
write a program of palindrome(madam=madam) using pointer?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
how to write a prog in c to convert decimal number into binary by using recursen function,
HOW DO YOU HANDLE EXCEPTIONS IN C?
How many identifiers are there in c?
What is exit() function?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code