What does s c mean on snapchat?
No Answer is Posted For this Question
Be the First to Post Answer
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
what is the maximum limit of row and column of a matrix in c programming. in linux .
using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.
provide an example of the Group by clause, when would you use this clause
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
Total of how many functions are available in c?
What is a function in c?
What does d mean?
how to find turn around time in operating system?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is structure data type in c?