What is structure padding and packing in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of #include in c?
What is difference between && and & in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
What is the difference between #include <header file> and #include “header file”?
What is the purpose of void pointer?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
If we give two names then this displays the connection between the two people. It is nothing but flames game
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
What are conditional operators in C?