What is call by value in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of #define preprocessor in c?
What is function prototype in c with example?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Explain pointers in c programming?
How does normalization of huge pointer works?
How can variables be characterized?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
what is the output of below int n=10; (n++)++; printf("%d",n);
1 1 12 21 123 321 12344231 how i creat it with for loop??
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What are the header files used in c language?
What is pointer to pointer in c?