Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Can you please explain the difference between exit() and _exit() function?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is bss in c?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
List the difference between a While & Do While loops?
Explain how do you determine whether to use a stream function or a low-level function?
How can I do serial ("comm") port I/O?
find the sum of two matrices and WAP for it.
biggest of two no's with out using if condition statement