What is keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS MEANT BY LIFE?
main() { float a=3.2e40; printf("%d",a); }
How can you increase the size of a dynamically allocated array?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Explain why c is faster than c++?
Explain the use of 'auto' keyword in c programming?
What does do in c?
What is bash c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is difference between static and global variable in c?
What does calloc stand for?