Explain the meaning of keyword 'extern' in a function declaration.
No Answer is Posted For this Question
Be the First to Post Answer
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
what r callback function?
What should malloc(0) do?
What is omp_num_threads?
Why is sprintf unsafe?
What is void main () in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
write a program wch produces its own source code aas its output?
what is the size of an integer variable?
What are the types of unary operators?
What is equivalent to ++i+++j?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?