Explain built-in function?
No Answer is Posted For this Question
Be the First to Post Answer
which types of data structure will i use to convert infix to post fix???
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
Is main an identifier in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
a program that can input number of records and can view it again the record
What are the 4 types of programming language?
WHAT IS HEADER?
What is the difference between strcpy() and memcpy() function in c programming?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Do array subscripts always start with zero?
How can I swap two values without using a temporary?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............