Explain what are preprocessor directives?
No Answer is Posted For this Question
Be the First to Post Answer
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
how to write a bubble sort program without using temporary variable?
What is use of bit field?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
What is the meaning of && in c?
What is a structure member in c?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
write a program to concatenation the string using switch case?
compare array with pointer?
Does c have function or method?
wat s the meaning of (int *)p +4;
difference between Low, Middle, High Level languages in c ?