what do you mean by enumeration constant?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find minimum between three no.s whithout using comparison operator.
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
How can I get the current date or time of day in a c program?
write a program of bubble sort using pointer?
What does the message "warning: macro replacement within a string literal" mean?
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How can I find the modification date of a file?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
What is a const pointer in c?
What is a double c?
Tell me what are bitwise shift operators?