What is property type c?
No Answer is Posted For this Question
Be the First to Post Answer
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
how to generate the length of a string without using len funtion?
Is linux written in c?
how to do in place reversal of a linked list(singly or doubly)?
what are the advantages of a macro over a function?
what is data structure
How can you invoke another program from within a C program?
When we use void main and int main?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
what is constant pointer?
Write a program to print factorial of given number using recursion?
Multiply an Integer Number by 2 Without Using Multiplication Operator