What is string in c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to concatenation the string using switch case?
two variables are added answer is stored on not for third variable how it is possible?
Do you know pointer in c?
How do we make a global variable accessible across files? Explain the extern keyword?
Is register a keyword in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Hi, main() { } Is a user defined function or Built in Functionn
what is output of the following statetment?Printf(“%x”, -1<<4); ?
What are the parts of c program?
Can you mix old-style and new-style function syntax?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);