What is the condition that is applied with ?: Operator?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is storage class?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What are structural members?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
define function
Why doesn't the code "a[i] = i++;" work?
what is disadvantage of pointer in C
what is meant by the "equivalence of pointers and arrays" in C?
what is the difference between char * const and const char *?