will u please send me the placement papers to my
mail???????????????????
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c with example?
Why is structure padding done in c?
What are the different types of pointers?
What functions are used in dynamic memory allocation in c?
What is the use of structure padding in c?
How to get string length of given string in c?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Write a program for deleting duplicate elements in an array
what are the 10 different models of writing an addition program in C language?
how to create c progarm without void main()?
What is the Purpose of 'extern' keyword in a function declaration?
What is the meaning of 2d in c?