what is the role you expect in software industry?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
What is an operator?
How do you print an address?
write a program to create a sparse matrix using dynamic memory allocation.
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
how do you execute a c program in unix.
write a c program to find biggest of 3 number without relational operator?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is printf () in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???