What is a pointer value and address in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print ASCII code for a given digit.
How can I invoke another program from within a C program?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
what is the different between data structure and data type?
second highest number in a given set of numbers
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
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.
0 Answers Lovely Professional University,
What are the valid places to have keyword “break”?
Describe the difference between = and == symbols in c programming?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Do you have any idea about the use of "auto" keyword?