What are valid signatures for the Main function?
No Answer is Posted For this Question
Be the First to Post Answer
what are two categories of clint-server application development ?
Is there any possibility to create customized header file with c programming language?
What are the different types of objects used in c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
tell me the full form of c?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What are the advantages of the functions?
Disadvantages of C language.
Lists the benefits of c programming language?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none