What is 1f in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to check weather a particluar bit is set or not?
Do pointers need to be initialized?
what is use#in c
Why do some versions of toupper act strangely if given an upper-case letter?
Write a Program to find whether the given number or string is palindrome.
How to implement a packet in C
Which is the best website to learn c programming?
Why & is used in scanf in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
can any one tel me wt is the question pattern for NIC exam
What is the collection of communication lines and routers called?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?