What is c variable?
What is restrict keyword in c?
please give me some tips for the selection in TCS.
In a switch statement, what will happen if a break statement is omitted?
Explain what is dynamic data structure?
how to return 1000 variables from functio9n in c?plz give me code also
Explain what are the different file extensions involved when programming in c?
to convert a string without using decrement operater and string functions
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
write a program to display the frequency of each element in a given array in c language
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
using for loop sum 2 number of any 4 digit number in c language
What does stand for?