What is extern keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by initialization and how we initialize a variable?
If you know then define #pragma?
Explain the array representation of a binary tree in C.
What is the restrict keyword in C?
What is the default value of local and global variables in c?
What are header files in c?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is variable declaration and definition in c?
Explain how do you sort filenames in a directory?
Explain why C language is procedural?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Write a program to identify if a given binary tree is balanced or not.