Expand the following
LKB
BKL
FFG
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What does == mean in texting?
What are type modifiers in c?
What library is sizeof in c?
write a program to copy a string without using a string?
What is nested structure in c?
how to swap two integers 1 and 32767 without using third variable
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Which function in C can be used to append a string to another string?
which one is highest Priority in c? a)=,b)+,c)++,d)==
what is meant by the "equivalence of pointers and arrays" in C?