Can we declare variables anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
what is pointer ? what is the use of pointer?
what does keyword ‘extern’ mean in a function declaration?
Explain what is the benefit of using const for declaring constants?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the use of a semicolon (;) at the end of every program statement?
1 232 34543 4567654 can anyone tell me how to slove this c question
Method Overloading exist in c ?
What is omp_num_threads?
Explain how do you declare an array that will hold more than 64kb of data?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
shorting algorithmS