4. main()
{
int c=- -2;
printf("c=%d",c);
}
What is an identifier?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is %g in c?
What is the best organizational structure?
Give me basis knowledge of c , c++...
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
How to removing white spces in c programming only bu using loops
main() { int a[10]; printf("%d",*a+1-*a+3); }
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is a example of a variable?
write a program that print itself even if the source file is deleted?