What is extern variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
What ios diff. Between %e & %f?
What is define directive?
Write a programe print the sum of series 0,1,2,.....10
Explain how can I write functions that take a variable number of arguments?
What is openmp in c?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is the general form of function in c?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
Can we declare a function inside a function in c?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
What is the difference between typeof(foo) and myFoo.GetType()?
How can I sort a linked list?