Explain how do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
What does *p++ do? What does it point to?
What is the purpose of sprintf() function?
implement NAND gate logic in C code without using any bitwise operatior.
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
What is the maximum no. of arguments that can be given in a command line in C.?
Is r written in c?
What is extern variable in c with example?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What is spaghetti programming?
Difference between constant pointer and pointer to a constant.