Explain what is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine if a string is a palindrome?
write a program to find lcm and hcf of two numbers??
Define function pointers?
Why c is called top down?
What is a buffer in c?
What is the difference between GETS();AND SCANF();
why we wont use '&' sing in aceesing the string using scanf
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
Explain how can I read and write comma-delimited text?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)