what is the role you expect in software industry?
No Answer is Posted For this Question
Be the First to Post Answer
What is %lu in c?
How can I send mail from within a c program?
Explain how can I make sure that my program is the only one accessing a file?
What is the correct code to have following output in c using nested for loop?
What is extern variable in c with example?
where do we use structure pointer?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
How do I convert a string to all upper or lower case?
How can I recover the file name given an open stream or file descriptor?
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
In which layer of the network datastructure format change is done
Is r written in c?