What library is sizeof in c?
No Answer is Posted For this Question
Be the First to Post Answer
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
Write a C program to perform some of the operation which can be performed using Single linked list
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
For what purpose null pointer used?
Can true be a variable name in c?
find largest of 3 no
const char * char * const What is the differnce between the above tow?.
why we use pointer in c
what is the disadvantage of using macros?
how can use subset in c program and give more example
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
implement OR gate without using any bitwise operator.