what is foreign key in c language?
Is main is a keyword in c?
What is class and object in c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
How can I list all of the predefined identifiers?
hi how to convert program from notepad to turboc editor can u please help me
Why string is used in c?
What is nested structure?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Why does everyone say not to use gets?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array