What's the total generic pointer type?
Is main an identifier in c?
What is the use of function overloading in C?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What is the memory allocated by the following definition ? int (*x)[10];
What does the message "automatic aggregate intialization is an ansi feature" mean?
A C E G H +B D F A I ------------ E F G H D
What is hashing in c?
How can you read a directory in a C program?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
How do we print only part of a string in c?
regarding pointers concept