Why is extern used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain low-order bytes.
Is c language still used?
Why do we use pointer to pointer in c?
What is file in c language?
Explain what a Binary Search Tree is.
Write a Program to find whether the given number or string is palindrome.
What is a lookup table in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
Explain what are linked list?
When the macros gets expanded?
Can we declare a function inside a function in c?