Explain 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
plz let me know how to become a telecom protocol tester. thank you.
what is differnence b/w macro & functions
how could explain about job profile
What is the use of sizeof () in c?
What is the difference between typeof(foo) and myFoo.GetType()?
Why are all header files not declared in every c program?
Explain enumerated types.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1