What is pivot in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to compare two structure variables?
What is string in c language?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are the 3 types of structures?
What does s c mean on snapchat?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
Why does everyone say not to use gets?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Is anything faster than c?
#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 ؟؟؟
What is structure packing ?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort