What is malloc return c?
How can I sort more data than will fit in memory?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
When the macros gets expanded?
#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100
What is modeling?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
Where local variables are stored in c?
Write a programe print the sum of series 0,1,2,.....10
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
nic scientist exam