Is it cc or c in a letter?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the purpose of 'register' keyword in c language?
difference between semaphores and mutex?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
write a program to add two numbers of any size.....(remember any size)
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
what is difference between array of characters and string
Why do we use namespace feature?
what do you mean by defining a variable in our c code?
Why n++ execute faster than n+1 ?
What is wrong with this initialization?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Why should I use standard library functions instead of writing my own?