Is c is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between ++u and u++?
what are # pragma staments?
Name the language in which the compiler of "c" in written?
Explain what are global variables and explain how do you declare them?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What is a good way to implement complex numbers in c?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
I came across some code that puts a (void) cast before each call to printf. Why?
What is the difference between fork() and vfork()?
Why doesn't C have nested functions?
Write a program to know whether the input number is an armstrong number.
What is type qualifiers?