What is .obj file in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can a process change an environment variable in its caller?
What is the difference b/w Structure & Array?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
develop algorithms to add polynomials (i) in one variable
Is that possible to add pointers to each other?
write a program that explain #define and # undef directive
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
Explain the priority queues?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What does s c mean in text?
explain what are actual arguments?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39