List some of the dynamic data structures in C?
What are structure members?
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}
What tq means in chat?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
i want to know the procedure of qualcomm for getting a job through offcampus
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Explain how can you be sure that a program follows the ansi c standard?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Write a program to swap two numbers without using third variable?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What is uint8 in c?