How can I dynamically allocate arrays?
No Answer is Posted For this Question
Be the First to Post Answer
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
why integer range between -327680to+32767
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Why we use void main in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
simple c program for 12345 convert 54321 with out using string
Program to simulate second clock