Explain how can you check to see whether a symbol is defined?
No Answer is Posted For this Question
Be the First to Post Answer
how to set Nth bit of a variable?
an algorithem for the implementation of circular doubly linked list
Is c call by value?
What is the argument of a function in c?
What is the purpose of main( ) in c language?
Explain what are preprocessor directives?
What are the back slash character constants or escape sequence charactersavailable in c?
write a programming in c language, 1 3 5 7 9 11
write a method for an array in which it can display the largest n next largest value.
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What are the types of functions in c?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer