to convert a string without using decrement operater and
string functions
Answer / shiva
itoa() int to string
atoi() this is to string to int
| Is This Answer Correct ? | 1 Yes | 0 No |
What is null pointer constant?
write a program wch produces its own source code aas its output?
What is operator promotion?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
WHAT IS PRE POSSESSORS?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
what is different between auto and local static? why should we use local static?
What functions are in conio h?
Explain main function in c?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure