How to declare a variable?
how to add numbers without using arithmetic operators.
What are the 4 types of unions?
What are identifiers and keywords in c?
Write a program in C to reverse a number by recursive function?
What is structure padding and packing in c?
What does void main return?
How do you override a defined macro?
Explain how can you determine the size of an allocated portion of memory?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
What is the usage of the pointer in c?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
what is diff between localstatic and globalstatis variable possible 2 use in another file...?