How can I convert a number to a string?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for print infinite numbers
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
what is the code to display color fonts in the output?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
write a program to print the all 4digits numbers & whose squares must me even numbers?
What is the difference between variable declaration and variable definition in c?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What are header files why are they important?
What is the difference between class and object in c?
Explain what is #line used for?