1234554321
1234 4321
123 321
12 21
1 1
12 21
123 321
1234 4321
1234554321
No Answer is Posted For this Question
Be the First to Post Answer
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
program in c to print 1 to 100 without using loop
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What is the difference between array and linked list in c?
What does a pointer variable always consist of?
difference between spiral and waterfall model
what is the hardware model of CFG( context free grammar)
How to write a program for swapping two strings without using 3rd variable and without using string functions.
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
how to build a exercise findig min number of e heap with list imlemented?
which is faster execution: loops or recursion?