How are strings stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
what is a constant pointer in C
what is a function pointer and how all to declare ,define and implement it ???
Write a program that accept anumber in words
how to find that no is int or float?
What is const and volatile in c?
Can you think of a way when a program crashed before reaching main? If yes how?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
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?
Find greatest of two numbers using macro