What are the commands should be given before weiting C
Program i.e, Cd.. like
Answers were Sorted based on User's Feedback
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Tell me when is a void pointer used?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What is the explanation for modular programming?
What are the advantages and disadvantages of a heap?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
Program to find larger of the two numbers without using if-else,while,for,switch
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
write a program to copy a string without using a string?
how to make a scientific calculater ?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????