Do character constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Where can I get an ansi-compatible lint?
Calculate 1*2*3*____*n using recursive function??
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the difference between strcpy() and memcpy() function in c programming?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What is the acronym for ansi?
Can a pointer be static?
Explain how do you use a pointer to a function?