Is fortran still used in 2018?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best linux os?
What is pointer & why it is used?
What is the sizeof () a pointer?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
What is the difference between ‘g’ and “g” in C?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
program for swapping two strings by using pointers in c language
swap 2 numbers without using third variable?
who developed c and why he developed c?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How can I find the modification date of a file?