What is the use of bitwise operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is the symbol indicated the c-preprocessor?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Write a program to print ASCII code for a given digit.
What is array of pointers to string?
Explain Doubly Linked Lists?
What is the difference between memcpy and memmove?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What is the explanation for the dangling pointer in c?
what is the difference between procedure oriented and object oriented progaming language
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit