How can I convert a number to a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is define c?
Differentiate b/w Modify and Update commands giving example.
What is the explanation for the dangling pointer in c?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What is assignment operator?
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
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is the -> in c?
What is %lu in c?
What is difference between && and & in c?
How can you avoid including a header more than once?
Tell me what are bitwise shift operators?