Explain the importance and use of each component of this
string: Foo.Bar, Version=2.0.205.0, Culture=neutral,
PublicKeyToken=593777ae2d274679d
Answer / guest
xplain the importance and use of each component of this
string: Foo.Bar, Version=2.0.205.0, Culture=neutral,
PublicKeyToken=593777ae2d274679d
| Is This Answer Correct ? | 0 Yes | 6 No |
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the default value of local and global variables in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain the difference between the local variable and global variable in c?
What is a double c?
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
how many errors in c explain deply
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Calculate 1*2*3*____*n using recursive function??
What is the use of pragma in embedded c?